0
Limit
does sql server supports limit?
2 Respostas
+ 1
At my work, I almost always use SELECT TOP 1000 in my queries to limit the results just in case, and yes, we use MS SQL Server
0
i used it too but limit has a unique feature (starting from specific number)