SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
use sakila; -- select * from actor; select json_arrayagg( json_object( 'actor_id', actor_id, 'first_name', first_name, 'last_name', last_name ) ) from actor;
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear