A. Pagaltzis a écrit :
> * Bijan Farhoudi <[EMAIL PROTECTED]> [2006-06-25 17:05]:
>   
>> A. Pagaltzis wrote:
>>     
>>>    .headers on
>>>    SELECT [order] FROM foo
>>>       
>> But how would you know the name of the col is "order" not
>> "[order]"?
>>     
>
> That’s what `.headers on` was supposed to demonstrate.
>
> Regards,
>   
BTW, this just demonstrate one should never use standard SQL reserved
words as column or table names :)

Wouldn't it be a better strategy to rename this order column to
something not reserved such as "ordering", "sorting" or anything else
not being a resreved word.


Reply via email to