Skip to content
sjherrick edited this page Oct 3, 2022 · 2 revisions

SQL

View Table Column Names

select column_name from information_schema.columns where table_name = '<table_name>'

Clone this wiki locally