Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 convert query from access to sql server 2000

Author  Topic 

smorty44
Yak Posting Veteran

93 Posts

Posted - 2007-08-10 : 09:39:51
How do I write this query that was written in access to sql?

SELECT Max(tri_InsrTran.claimnum) AS MaxOfclaimnum, tri_InsrTran.trannum
FROM tri_InsrTran
GROUP BY tri_InsrTran.trannum;

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2007-08-10 : 09:45:05
do you have problem running this query in SQL Server ?


KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page

smorty44
Yak Posting Veteran

93 Posts

Posted - 2007-08-10 : 09:49:59
Actually, it's working fine now. I'll remove this post
Go to Top of Page
   

- Advertisement -