I'm a bit of a newbie in the database area... I often have a DB admin type guy to help me muddle through DB powered sites, but alas, in this one, I'm all alone.
I was able to write a join that gets the results I want for one table, and now I want to display all rows that dont meet that criteria... here is the join, can anyone help me write the opposite?
SELECT * FROM approve LEFT JOIN storyboard ON STORYBOARDID = SCREENNUMBER
I bet this is easy stuff for the DB admins out here but I guess Im just not there yet.
Thanks in advance for any pointers or help.