puterkrazy
Programmer
How can you programmatically check for the existance of tables and columns (and data type, length, etc) in that table on a database using SQL?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT * FROM Information_Schema.Tables
select * from db.Information_Schema.Tables