>
>Subject: [sqlite] SQLite Tutorial - [Request For Comments]
>   From: [EMAIL PROTECTED]
>   Date: Tue, 23 Nov 2004 15:15:17 -0500
>     To: [EMAIL PROTECTED]
>
>SQLite Tutorial
>http://prdownloads.sourceforge.net/souptonuts/README_sqlite_tutorial.html?download
>
>This article explores the power and simplicity of sqlite3, 
>first by starting with common commands and triggers, 
>then the attach statement with the union operation is 
>introduced in a way that allows multiple tables, in 
>separate databases, to be combined as one virtual table, 
>without the overhead of copying or moving data. Next, 
>the simple sign function and the amazingly powerful 
>trick of using this function in SQL select statements 
>to solve complex queries with a single pass through 
>the data is demonstrated, after making a brief 
>mathematical case for how the sign function defines the 
>absolute value and IF conditions. 
>
>This is a working document to help educate the community.
>It will always be GPL or Public domain.
>
>I am open to comments for suggestions.
>
>Regards,
>
>Mike Chirico

Mike, other than the width others have noted, the document
seems to be displaying OK for me in IE5. 

As a newcomer to both SQL and SQLite, but not as a newcomer
to programming in general, the ABSOLUTE BEST single thing 
to have in documentation is EXAMPLES, EXAMPLES AND MORE EXAMPLES.

Thanks for putting this up. Did I mention that examples are a
good thing?




Reply via email to