If first_name contains Edward and last_name contains Williams, what will the solution column contain when this code is e
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
If first_name contains Edward and last_name contains Williams, what will the solution column contain when this code is e
If first_name contains Edward and last_name contains Williams,what will the solution column contain when this code is executed?CONCAT(LOWER(LEFT('Edward',1)), LOWER(LEFT('Williams',7))) ASsolution