SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
select C.store_id, concat(last_name, ' ', substring(first_name, 1, 1), '.') as manager, address from staff S left join store C on S.store_id = C.store_id left join address A on C.address_id = A.address_id order by C.store_id ; show status like 'Last_query_cost';

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear