add limit
This commit is contained in:
parent
a3ce0210cd
commit
521b772188
@ -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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user