Subject | Can you use ".." in IN statement? |
---|---|
Author | Mark Patterson |
Post date | 2002-11-07T06:31:46Z |
Hi,
I tried something that I thought was normal, because it worked in MS SQL Server.
If you have a long list of numbers, can you do the following in WHERE clause?
WHERE KeyNum in (100..150)
Regards,
Mark
I tried something that I thought was normal, because it worked in MS SQL Server.
If you have a long list of numbers, can you do the following in WHERE clause?
WHERE KeyNum in (100..150)
Regards,
Mark