Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. SHOW TABLES:
  2. table1
  3. table2
  4. table3
  5.  
  6. tmp_table:
  7. table2
  8.  
  9. tmp_table:
  10. table1
  11. table2
  12. table3
  13.  
  14. SELECT tmp_table.table_name
  15. FROM database.tmp_table
  16. LEFT JOIN SHOW TABLES
  17. ON tmp_table.table_name = SHOW TABLES
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement