NickMalloy
Programmer
I have some Access Database where they include sql statements such as
last(date)
how would you convert this to SQL Server? Would you use MAX?
last(date)
how would you convert this to SQL Server? Would you use MAX?