top | item 18339933

(no title)

bdarnell | 7 years ago

In theory `information_schema` is supposed to be universal, so you could do `select table_name from information_schema.tables`. However, getting useful information out of `information_schema` tends to require fairly complex queries and still has quirks and differences between databases.

discuss

order

No comments yet.