Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

list columns in table postgres

-- Good for quickly reminding you of what columns exist.
SELECT * FROM mytable WHERE 1=0;
Source by dba.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #list #columns #table #postgres
ADD COMMENT
Topic
Name
1+2 =