SHOW:
|
|
- or go back to the newest paste.
1 | SELECT * FROM public.crm_tradesallclients | |
2 | ORDER BY id DESC LIMIT 100 | |
3 | ||
4 | - filter out old data | |
5 | - keep only for today ! (or date on which it is fetched ) | |
6 | - make new table for old date data. | |
7 | - test_cs (working DB) | |
8 | ||
9 | - keep documentation |