Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #24519
| Newsgroups | comp.lang.javascript |
|---|---|
| Subject | Re: Difference between two arrays |
| From | "Evertjan." <exxjxw.hannivoort@inter.nl.net> |
| References | <z_ydnZKbtslwbR7OnZ2dnUVZ_rGdnZ2d@westnet.com.au> <gu6Ogk5fthhTFwJG@invalid.uk.co.demon.merlyn.invalid> <8fb98ef4-ceba-4573-a64c-c45cf9ebdf69@googlegroups.com> <XnsA33F89173EA2eejj99@194.109.133.133> <dc1f3f31-77ba-4b01-ab1c-86d2de7adbf9@googlegroups.com> |
| Date | 2014-06-01 10:49 +0200 |
| Message-ID | <XnsA33F6E209E6FEeejj99@194.109.133.133> (permalink) |
"Michael Haufe (TNO)" <tno@thenewobjective.com> wrote on 01 jun 2014 in comp.lang.javascript: > On Saturday, May 31, 2014 5:50:32 PM UTC-5, Evertjan. wrote: >> [...] >> How simple would it be to have >> two single field database tables >> and select all records in MyTable1 >> that are not in MyTable2, >>[...] >> using: >> >> sql = "SELECT MyField FROM MyTable1 >> WHERE NOT (MyField = ANY (SELECT MyField FROM MyTable2) );" >> >> [Access/Jet engine, not tested.] >> >> Can this be done clientside using webSQL? >> >> <http://html5doctor.com/introducing-web-sql-databases/> > > Why would you want to? > <http://caniuse.com/#feat=sql-storage> Because coding is fun, trying new ways is both fun and educative, and not all my clientside javascript scripting is ment to be so super cross-browser compliant. Some of these sorting routines I only use myself on pages that are off limits to everyone else [but the NSA?]. They could be local pages or pages on my own servers. I am happy if they just work on Google Chrome on W8.1 [and preferably Chrome on Android too]. That way some coding can be more advanced than waiting till all more silly browsers, like IE, comply if at all. "fun", in the end. -- Evertjan. The Netherlands. (Please change the x'es to dots in my emailaddress)
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Difference between two arrays Andrew Poulos <ap_prog@hotmail.com> - 2014-05-27 11:55 +1000
Re: Difference between two arrays Denis McMahon <denismfmcmahon@gmail.com> - 2014-05-27 05:58 +0000
Re: Difference between two arrays John C <rescattered@gmail.com> - 2014-05-27 03:34 -0700
Re: Difference between two arrays Spamless <Spamless@Nil.nil> - 2014-05-31 06:35 -0500
Re: Difference between two arrays Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-05-31 14:57 +0200
Re: Difference between two arrays Spamless <Spamless@Nil.nil> - 2014-06-01 03:43 -0500
Re: Difference between two arrays Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-06-01 14:01 +0200
Re: Difference between two arrays Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-06-01 16:53 +0200
Re: Difference between two arrays Ben Bacarisse <ben.usenet@bsb.me.uk> - 2014-05-27 13:41 +0100
Re: Difference between two arrays Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-05-27 17:41 +0200
Re: Difference between two arrays Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-05-27 17:49 +0200
Re: Difference between two arrays Ben Bacarisse <ben.usenet@bsb.me.uk> - 2014-05-27 17:34 +0100
Re: Difference between two arrays Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-05-27 19:33 +0200
Re: Difference between two arrays Ben Bacarisse <ben.usenet@bsb.me.uk> - 2014-05-27 20:03 +0100
Re: Difference between two arrays Ben Bacarisse <ben.usenet@bsb.me.uk> - 2014-05-27 17:16 +0100
Re: Difference between two arrays Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-05-27 19:29 +0200
Re: Difference between two arrays Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-05-27 17:21 +0200
Re: Difference between two arrays Dr J R Stockton <reply1400@merlyn.demon.co.uk.invalid> - 2014-05-28 18:22 +0100
Re: Difference between two arrays Dr J R Stockton <reply1400@merlyn.demon.co.uk.invalid> - 2014-05-30 22:23 +0100
Re: Difference between two arrays "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2014-05-31 14:59 -0700
Re: Difference between two arrays "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2014-06-01 00:50 +0200
Re: Difference between two arrays "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2014-05-31 16:17 -0700
Re: Difference between two arrays "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2014-06-01 10:49 +0200
Re: Difference between two arrays "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2014-06-01 13:37 -0700
Re: Difference between two arrays Dr J R Stockton <reply1400@merlyn.demon.co.uk.invalid> - 2014-06-01 18:56 +0100
csiph-web