Guest User

Untitled

a guest
Jul 16th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. f_id s_id t_id string date
  2. 1 2 3 aaa_C 15/03/2008 10:30:00
  3. 1 2 4 vvv_C 15/03/2008 10:30:00
  4. 1 2 4 sss_C 15/03/2008 20:00:00
  5. 1 2 3 xxx_B 15/03/2008 10:30:00
  6. 1 2 5 yay_B 15/03/2008 10:30:00
  7.  
  8. row1.f_id = row2.f_id = row3.f_id....and row1.s_id = row2.s_id = row3.s_id...
  9. and row1.date = row2.date = row3.date..and row1.string like '%_samesuffix' and row2.string like '%_samesuffix'...
  10.  
  11. f_id s_id t_id string date
  12. 1 2 3 C 15/03/2008 10:30:00
  13. 1 2 4 sss_C 15/03/2008 20:00:00
  14. 1 2 5 B 15/03/2008 10:30:00
Add Comment
Please, Sign In to add comment