Tech notes
Daily notes about my IT activities.
2014-05-28
postgres: columns list
by hackprime
SELECT
column_name
FROM
information_schema
.
columns
WHERE
TABLE_NAME
=
'table_name'
Tags
[postgresql]