Guest User

Untitled

a guest
Feb 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. SELECT The_vector.ID AS ID,
  2. The_list.info AS info_list,
  3. The_vector.info AS info_vector
  4. FROM The_vector
  5. CROSS JOIN The_list
  6. ON The_vector.ID = The_list.ID
Add Comment
Please, Sign In to add comment