I want a list of table names and columns within that table (see below).
Is there a SQL query that would allow me to do this within a schema?
I know I can look at the GUI interface to look at the table names and columns but there are too many to look at manually.
however your question isn't enough clear but you can get all of it with this this code
SELECT * FROM INFORMATION_SCHEMA.COLUMNS
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With