Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgres get columns names

SELECT *
  FROM information_schema.columns
 WHERE table_name   = 'your_table'
     ;
 
PREVIOUS NEXT
Tagged: #postgres #columns #names
ADD COMMENT
Topic
Name
9+2 =