Hi! Could we please enable some services and cookies to improve your experience and our website?

SQLize | PHPize | SQLtest

Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code

A A A
Login    Share code      Blog   FAQ
Copy Format Clear
SET SESSION group_concat_max_len = 1000000; SELECT rental_date AS meet_time, store_id, GROUP_CONCAT(CONCAT(UPPER(first_name), ' ', UPPER(last_name)) ORDER BY last_name, first_name SEPARATOR ', ') AS clients FROM rental r JOIN inventory i ON i.inventory_id = r.inventory_id JOIN customer c ON c.customer_id = r.customer_id group by rental_date, store_id

Stuck with a problem? Got Error? Ask AI support!

Copy Clear