View Single Post
Old 03-17-2015, 06:23 AM   #13
trocchietto
Addict
trocchietto ought to be getting tired of karma fortunes by now.trocchietto ought to be getting tired of karma fortunes by now.trocchietto ought to be getting tired of karma fortunes by now.trocchietto ought to be getting tired of karma fortunes by now.trocchietto ought to be getting tired of karma fortunes by now.trocchietto ought to be getting tired of karma fortunes by now.trocchietto ought to be getting tired of karma fortunes by now.trocchietto ought to be getting tired of karma fortunes by now.trocchietto ought to be getting tired of karma fortunes by now.trocchietto ought to be getting tired of karma fortunes by now.trocchietto ought to be getting tired of karma fortunes by now.
 
Posts: 399
Karma: 2038458
Join Date: Dec 2010
Location: Amsterdam, but I am neapolitan
Device: sony 650 ,T2, samsung 7.7, ipad2, ipad mini2, yotaphone2, galax tab s2
Quote:
Originally Posted by davidfor View Post
I'm not sure what you mean by "one JOIN". I've written SQL against the SQLite database in the Kobo ereaders that has joined more than two tables and used INNER and OUTER. SQLite does have some short comings compared to a full relational database. But, it's big feature is that it is self-contained. It doesn't need a separate process running for the database and is relatively lightweight in resources used. That's probably why it is popular for small devices. But, calibre is using it for its database and Firefox uses it for the several things.
Thank you David, hope will be possible in future KOBO version to import the SONY highlights, I have thousands of notes and do not buy KOBO, just because does not support importing sony highlights, well also i do not like PDF dictionary and the lack of android open, but I had bought it if could export the highlights, considering they took over sony ereaders.

anyway thank you again, this is what i mean:
http://www.tutorialspoint.com/sqlite...sing_joins.htm
SQL standard defines three types of OUTER JOINs: LEFT, RIGHT, and FULL but SQLite only supports the LEFT OUTER JOIN
trocchietto is offline   Reply With Quote