Created
July 19, 2011 00:37
-
-
Save msabramo/1091043 to your computer and use it in GitHub Desktop.
SQL for John Connelly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pub_db=# SELECT COALESCE(j.site_id, m.site_id) AS site_id, vars, tags | |
| pub_db-# FROM scrape_jsvariablestotrack j FULL OUTER JOIN scrape_metatagstotrack m ON j.site_id = m.site_id; | |
| site_id | vars | tags | |
| ---------+------------------------------------+----------------------------- | |
| 76 | | test,of,tags,but,no,js,vars | |
| 77 | test,of,js,vars,but,no,meta,tags | | |
| 4255 | dialog | | |
| 4335 | webServer,b2cDomain,_ln,IpLanguage | googlebot,Keywords | |
| 4357 | _hbq,_ar,_rf,_f | robots,Description,Keywords | |
| (5 rows) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment