Advertisement
Guest User

Task-1(ATS)

a guest
Aug 8th, 2024
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement