Anonymous Asked in Cars &Transportation · 2 weeks ago

How do I see all columns in SQL?

Contents
“how to get all columns of table in sql” Code Answer's /*Get all columns from a table (sql server)*/ SELECT * FROM INFORMATION_SCHEMA. COLUMNS. WHERE TABLE_NAME = 'table name';


Related Questions

Relevance
Write us your question, the answer will be received in 24 hours