MySQL and SQLite differences in SQL

Posted by Darth on Stack Overflow See other posts from Stack Overflow or by Darth
Published on 2009-04-15T11:00:52Z Indexed on 2010/06/12 6:22 UTC
Read the original article Hit count: 238

Filed under:
|
|
|

I'm writing java application that is using both SQLite and MySQL using JDBC.

Are there any differences in SQL for those databases? Can I use same queries for both SQLite and MySQL, or is there any db specific stuff, that doesn't work on the other one?

As far I've worked only with MySQL, so I don't really know much about SQLite.

© Stack Overflow or respective owner

Related posts about java

Related posts about mysql