Advertisement
TDCustmerSupportJP

Untitled

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