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