SQLite If Column Exists

Posted by Nathan on Stack Overflow See other posts from Stack Overflow or by Nathan
Published on 2010-03-26T03:07:36Z Indexed on 2010/03/26 3:13 UTC
Read the original article Hit count: 238

Filed under:
|

I was wondering if there is a nice IF NOT EXISTS for checking columns and indexes in SQLite, or do I need to bring back the entire database schema and validate against that?

© Stack Overflow or respective owner

Related posts about sqlite

Related posts about database