SQLize Online / PHPize Online  /  SQLtest Online

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

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear