-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Fri, 18 Jul 2003 15:42:47 -0400, Chris Edwards wrote:

>I have multiple OR logic in the where clause.
>  where id = 1 or id = 2 or id = 3....
>The list is finite, at about 20 ids.
>
  You can also do this:
where id in (1,2,3)


- --
jimoe at sohnen-moe dot com
pgp/gpg public key: http://www.keyserver.net/en/
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 5.0 OS/2 for non-commercial use
Comment: PGP 5.0 for OS/2
Charset: cp850

wj8DBQE/GH0hsxxMki0foKoRAtVrAKCN+MWBcMuK8HxsvK6xb1a6fRW1nQCfRyCs
eT4T5dAmnjkhSkYC4jGxD6E=
=MK4O
-----END PGP SIGNATURE-----



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to