A very useful command to query for information about a table from INFORMATION_SCHEMA.
Select * From INFORMATION_SCHEMA.COLUMNS Where TABLE_NAME='TableName'
A place where I can put my code and discuss big data.
A very useful command to query for information about a table from INFORMATION_SCHEMA.
Select * From INFORMATION_SCHEMA.COLUMNS Where TABLE_NAME='TableName'