SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
select concat(upper(substr(c.last_name, 1, 1)), substr(c.last_name, 2), ' ', upper(substr(c.first_name, 1, 1))) as customer_name from customer c order by last_name;

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear