Re: [SQL] Get name of columns in a table
María Elena Hernández wrote: > To get a list of columns, run "psql -E" and do a standard "\df foo" where foo is your table name. This will show you exactly how PG does it. I've found this very useful with all the backslash commands. HTH - Richard Huxton ---(end of broad
[SQL] Get name of columns in a table
Hi everybody! Is it possible to get thecoluns names of an a table in the database with a sqlquery?? Thanks, a lot. e-mail[EMAIL PROTECTED][EMAIL PROTECTED]