Database Query Error:

Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'db_453689_1.s.time' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

for query

SELECT s.time time, COUNT(s.id) cnt ,  (s.part>0)  participated
			FROM mybo_strikes s
			
			WHERE s.time BETWEEN '2025-11-28 09:00:00' AND '2025-11-29 09:00:00'
			
			GROUP BY FLOOR(UNIX_TIMESTAMP(s.time) / 60 / 15), participated