Guest User

Untitled

a guest
Dec 18th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. SELECT *
  2. FROM information_schema.tables
  3. WHERE table_schema='public'
  4. AND table_type='BASE TABLE'
  5.  
  6. SELECT *
  7. FROM information_schema.tables
  8. WHERE table_schema='public'
  9. AND table_type='BASE TABLE'
Add Comment
Please, Sign In to add comment