SQL - sjherrick/code-base GitHub Wiki

SQL

View Table Column Names

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

⚠️ **GitHub.com Fallback** ⚠️