Re: column names in select

2004-04-28 Thread Martijn Tonies
>is it possible to suppress (i.e. not display) the column names >from the resultset of a select statement? if so, how? What about only selecting the columns you need? With regards, Martijn Tonies Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL Server. Upscene Producti

Re: column names in select

2004-04-28 Thread Egor Egorov
"Tom Roos" <[EMAIL PROTECTED]> wrote: > is it possible to suppress (i.e. not display) the column names from the resultset of > a > select statement? if so, how? For command-line mysql client use --skip-column-names (-N) option: http://dev.mysql.com/doc/mysql/en/mysql.html -- For techn