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

SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular

SQLize.online is a free online SQL environment for quickly running, experimenting with and sharing code. You can run your SQL code on top of the most popular RDBMS including MySQL, MariaDB, SQLite, PostgreSQL, Oracle and Microsoft SQL Server.

Copy Format Clear
SET SESSION group_concat_max_len = 1000000; SELECT r.rental_date AS meet_time, i.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 ChatGPT!

Copy Clear