Guest User

Untitled

a guest
Feb 18th, 2018
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. pub_db=# SELECT COALESCE(j.site_id, m.site_id) AS site_id, vars, tags FROM scrape_jsvariablestotrack j FULL OUTER JOIN scrape_metatagstotrack m ON j.site_id = m.site_id;
  2. site_id | vars | tags
  3. ---------+------------------------------------+-----------------------------
  4. 76 | | test,of,tags,but,no,js,vars
  5. 77 | test,of,js,vars,but,no,meta,tags |
  6. 4255 | dialog |
  7. 4335 | webServer,b2cDomain,_ln,IpLanguage | googlebot,Keywords
  8. 4357 | _hbq,_ar,_rf,_f | robots,Description,Keywords
  9. (5 rows)
Add Comment
Please, Sign In to add comment