Jigs
Registered User.
- Local time
- Today, 05:31
- Joined
- May 19, 2005
- Messages
- 40
Hi All,
I m using MS-access as backend and I am using the following query where I use FIRST() as aggregrate function.
SELECT FIRST(COUNTRY) AS FIRSTOFCOUNTRY, ZONECODE FROM LOCATIONS GROUP BY COUNTRY,ZONECODE
HAVING ZONECODE = "ZONE01"
Now I have to shift my access database to SQL server 2000 where First() function does not work. I had searched for that but still cant find the alternative.
Can any one help me in solving this problem?
Thanks in advance,
Regards,
Jigs
I m using MS-access as backend and I am using the following query where I use FIRST() as aggregrate function.
SELECT FIRST(COUNTRY) AS FIRSTOFCOUNTRY, ZONECODE FROM LOCATIONS GROUP BY COUNTRY,ZONECODE
HAVING ZONECODE = "ZONE01"
Now I have to shift my access database to SQL server 2000 where First() function does not work. I had searched for that but still cant find the alternative.
Can any one help me in solving this problem?

Thanks in advance,
Regards,
Jigs