Hi this is a simple one, but I was just wandering if someone could help me to write an sql string that returns the last record. Similar too:
SELECT TOP 1 * FROM dbo.Question
But selecting the Bottom one.
Or maybe better returning the number of records rather than the last record.
SELECT TOP 1 * FROM dbo.Question
But selecting the Bottom one.
Or maybe better returning the number of records rather than the last record.