SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
select concat(upper(left(last_name, 1)), lower(mid(last_name, 2)),'', upper(left(first_name, 1)),'.') as customer_name FROM customer ORDER BY last_name;

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear