Jay A. Kreibich wrote:

>   The sixth column of the output of "PRAGMA table_info( <table> )".
>   Each column of <table> will return one row.  The last column of the
>   output will have a value of 1 (true) if that row's column is part of
>   the PK, or 0 (false) if that row's column is not part of the PK.
> 
>   Remember that a PK might consist of more than one column.

Thanks a lot.
I didn't see it in table_info( <table> )!

Cheers,

Julien

-- 
python -c "print ''.join([chr(154 - ord(c)) for c in '*9(9&(18%.\
9&1+,\'Z4(55l4('])"

"When a distinguished but elderly scientist states that something is
possible, he is almost certainly right. When he states that something is
impossible, he is very probably wrong." (first law of AC Clarke)

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to