On Thu, Feb 26, 2004 at 10:51:41AM +0100, Jan Pips wrote: > How can I, using SELECT, get the full list of fields from a given table? > > Pips > > Hi !
Try it:
select * from table limit 0;
rixder
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faqs/FAQ.html
