Hello Everyone,

I've download sqlite 3.0.8 and opened a database to
try the PRAGMA short_column_names feature but it did
not work. It only returned blank column names.

Any ideas or fixed?

Here's the result from the sqlite3 console with
.headers on:

sqlite> pragma short_column_names = on
   ...> go
sqlite> select t1.*,t2.* from customers t1, orders t2
limit 1
   ...> go
||||||||||||||||||||||||
ALFKI|Alfreds Futterkiste|Maria Anders|Sales
Representative|Obere Str. 57|Berlin
||12209|Germany|030-0074321|030-0076545|10330|LILAS|3|16-Nov-1994|14-Dec-1994|28
-Nov-1994|1|12.75|LILA-Supermercado|Carrera 52 con
Ave. Bol¦§¢®var #65-98 Llano La
rgo|Barquisimeto|Lara|3508|Venezuela


__
Raymond Irving

Reply via email to