Advertisement
campocreek

Untitled

Feb 5th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. -- Это изменение статусов
  2. SELECT adgroup_id, campaing_id, status_cur, status_new
  3. FROM `from_adwords_adgroup`
  4. WHERE status_cur <> status_new AND status_cur <> "new"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement