Advertisement
TDCustmerSupportJP

Untitled

Jul 4th, 2017
2,232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Good Case: JOIN FROM large_table to small_table
  2. SELECT * FROM large_table, small_table
  3. WHERE large_table.id = small_table.id
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement