Subject Can you use ".." in IN statement?
Author Mark Patterson
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