add limit

This commit is contained in:
Roger Rutishauser 2025-02-28 10:48:15 +01:00
parent a3ce0210cd
commit 521b772188

View File

@ -13,6 +13,12 @@ commit; -- if all ok
rollback; --if not ok rollback; --if not ok
``` ```
## limit
```
... LIMIT 5 at the end, would become SELECT TOP (5) at the start.
```
## check memory of DB server ## check memory of DB server
``` ```