Notes
Notes - notes.io |
SELECT wage_determination_number AS wd, revision_number AS rev
FROM govsearch_ai.wd_master
),
loc AS (
SELECT wage_determination_number AS wd, revision_number AS rev, COUNT(*) AS loc_cnt
FROM govsearch_ai.wd_location
GROUP BY 1,2
),
occ AS (
SELECT wage_determination_number AS wd, revision_number AS rev, COUNT(*) AS occ_cnt
FROM govsearch_ai.wd_occupation
GROUP BY 1,2
)
SELECT
COUNT(*) AS total_wds,
COUNT(*) FILTER (WHERE d.wage_determination_number IS NOT NULL) AS wds_with_details,
COUNT(*) FILTER (WHERE COALESCE(loc.loc_cnt,0) > 0) AS wds_with_locations,
COUNT(*) FILTER (WHERE COALESCE(occ.occ_cnt,0) > 0) AS wds_with_occupations
FROM m
LEFT JOIN govsearch_ai.wd_master_details d
ON d.wage_determination_number = m.wd AND d.revision_number = m.rev
LEFT JOIN loc ON loc.wd = m.wd AND loc.rev = m.rev
LEFT JOIN occ ON occ.wd = m.wd AND occ.rev = m.rev;
![]() |
Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 14 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team
