Guest User

Untitled

a guest
Nov 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. SUBSTRING_INDEX(`Agent`, ',',-1) as 'First Name',
  2. SUBSTRING_INDEX(`Agent`, ',',1) as 'Last Name',
  3.  
  4. CONCAT(`First Name`,' ',`Last Name`) as 'Full Name',
Add Comment
Please, Sign In to add comment