Question
· Oct 7, 2019

&SQL and ORDER BY ID DESC

I know &SQL returns only one result but is 

&SQL(SELECT ID FROM Cinema.Film ORDER BY ID DESC)

and

&SQL(SELECT TOP 1 ID FROM Cinema.Film ORDER BY ID DESC)

the same in terms of processing required?

Discussion (7)3
Log in or sign up to continue