Question: Using the SUBSTRING and CONCAT functions, write a query to display each customer name as a single field in the format Jones, Tom with a
Using the SUBSTRING and CONCAT functions, write a query to display each customer name as a single field in the format “Jones, Tom” with a heading of Customer along with the customer_phone field in a nicely formatted calculated column named Phone. For example, a record containing the customer phone value 6145535443 would be output with parentheses, spaces, and hyphens, like this: (614) 555-5443. Sort by last name.
Step by Step Solution
3.44 Rating (147 Votes )
There are 3 Steps involved in it
Below query can be modified as per comments because i wa... View full answer
Get step-by-step solutions from verified subject matter experts
