On Sat, 10 Jan 2009 11:01:01 +0000 (GMT), silvio grosso
<grossosil...@yahoo.it> wrote in General Discussion of
SQLite Database <sqlite-users@sqlite.org>:
 
> Hello everybody,
> 
> Does anyone know a link (Internet) where I can find
> some simple tutorials regarding sqlite code?

http://sqlzoo.net/
http://www.w3schools.com/sql/default.asp
http://www.sqlcourse.com/
http://freshmeat.net/articles/view/1428/
 
> I am looking for some code to apply using the select
> condition. I am an accountant as trade and I have many
> big .csv files. I would like to learn sqlite code to
> query them.

SQLite uses SQL as its language, and it tries to be
standards compliant, so any generic SQL tutorial will do.
 
> At present, needless to say, I have already checked the
> sqlite web site of course. I have started reading this
> mailing list as well :-)
> 
> I read the documentation for newbies should must be
> improved in the sqlite web page but who knows when :-)
> 
> I "googled" a bit but most examples I found are for
> software developers and not for end-users (e.g I found
> code for using sqlite with python, or ruby and so on).
> 
> For Mysql, for example, the books with code for end
> user are endless. I know I could use Mysql but it is
> really too much for my needs (I don't need a Ferrari to
> go around...).
> 
> I suppose sqlite, at present, is still more oriented
> toward software developers (e.g using it for the
> Firefox 3 bookmars engine)?
> 
> I bought the book: "Sqlite: the definitive guide" 
> (by M. Owens). 
> 
> The book is great but, in my opinion,  there are very
> few examples. Of course it is impossible to write
> everything in a singlo book :-)
> 
> Thanks in advance
> 
> Best regards,
> 
> Silvio

Hope this helps.
-- 
  (  Kees Nuyt
  )
c[_]
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to