Richard Hipp wrote:
> On Sun, May 9, 2010 at 6:18 AM, Oliver Lange 
> <[email protected]>wrote:
> 
>> Hello,
>>
>> One thing i'm missing in PRAGMA table_info() is that i can't specify
>> a database name, like: PRAGMA table_info(main.mytable);
>>
> 
> The correct syntax is:
> 
>      PRAGMA main.table_info(mytable);
> 

Aah, very nice. Just tried, works fine. Thank you very much.

Shouldn't this be added to the PRAGMA doc?

However, problem solved.

-- 

Cheers,

Oliver 'Bloody' Lange.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to