SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
SELECT CONCAT( UPPER(customer.last_name, 1)), MID(customer.last_name, 2), ' ', UPPER(LEFT(customer.first_name, 1)), '.' ) AS customer_name FROM customer ORDER BY customer.last_name;

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear