Subject | Select First |
---|---|
Author | gorepj |
Post date | 2003-10-25T06:55:16Z |
Why does the following query return all rows and not just two rows?
SELECT MyField FROM MyTable where MyField in (Select first 2 MyField
from MyTable)
This might seem a strange thing to want to do but not so when the
two tables are different.
Regards
Peter Gore
SELECT MyField FROM MyTable where MyField in (Select first 2 MyField
from MyTable)
This might seem a strange thing to want to do but not so when the
two tables are different.
Regards
Peter Gore