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.
| 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.trannumFROM tri_InsrTranGROUP 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] |
 |
|
|
smorty44
Yak Posting Veteran
93 Posts |
Posted - 2007-08-10 : 09:49:59
|
| Actually, it's working fine now. I'll remove this post |
 |
|
|
|
|
|