On 30 Jan 2017, at 3:48am, David Niklas <[email protected]> wrote: > I've not heard of a UNION (It seems that the wikibooks article is > incomplete* )
That page is documentation for some other version of SQL, neither the SQL standard nor SQLite. A copy of the SQL specification for 1992 can be found here: <https://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt> Documentation for SQLite’s own implementation of SQL can be found here: <https://www.sqlite.org> but neither of those are easy to learn from, so you should probably find documentation for the SQL UNION keyword by googling 'SQL UNION'. This page is a good one: <http://www.w3schools.com/sql/sql_union.asp> and the w3schools site in general is a good way to learn new computer languages. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

