...
Code Block | ||
---|---|---|
| ||
SELECT COUNT (*) FROM "BeesenderLog" |
If you see that the number of records has reached 1000, feel free to delete them by running the following query:
...
...
Code Block | ||
---|---|---|
| ||
SELECT COUNT (*) FROM "BeesenderLog" |
If you see that the number of records has reached 1000, feel free to delete them by running the following query:
...