SyntaxFix
Write A Post
Hire A Developer
Questions
This also works as it selects just the column names and their respective character type
SELECT COLUMN_NAME ,DATA_TYPE FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'Items';