.neT
Find the no of column of a table.
SELECT COUNT(*)
FROM INFORMATION_SCHEMA.COLUMNS
WHERE table_name = 'TableName'
Newer Post
Older Post
Home