Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. +-------------------------------------------------------------------------+
  2. | CONCAT_WS('::', p.isMobile, p.contact_phone_id, p.contact_phone_number) |
  3. +-------------------------------------------------------------------------+
  4. | 0::1::123 |
  5. | 1::2::456 |
  6. | 0::3::789 |
  7. | 1::4::987 |
  8. | 0::5::654 |
  9. | 0::6::321 |
  10. | 1::7::123 |
  11. | 1::11::456 |
  12. +-------------------------------------------------------------------------+
  13.  
  14. Row 1: The first column is 0, the second column is 1, the third column is 123
  15. Row 2: The first column is 1, the second column is 2, the third column is 456
  16. Row 3: The first column is 0, the second column is 3, the third column is 789
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement