SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
SELECT CONCAT(UPPER(LEFT(last_name, 1)), LOWER(SUBSTRING(last_name, 2)), ' ', UPPER(LEFT(first_name, 1)), '.') AS customer_name FROM customer ORDER BY last_name; ; show status like 'Last_query_cost';

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear