• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

About Access SQL

Status
Not open for further replies.

johnnwicky

New Member
Im Learning SQL Certification training , I would like to ask an Access SQL question.
There is a code like the following, but I would like to add a comparison with a fixed value as an or condition.
I’m new to SQL and it doesn’t work.
I would appreciate it if you could teach me.
SELECT A FROM TableA LEFT OUTER JOIN TableB
ON Table A. Column A = Table B. Column B
WHERE Column B IS NULL

SELECT A FROM TableA LEFT OUTER JOIN TableB
ON Table A. Column A = Table B. Column B
OR Table A. Column A = Fixed value
WHERE Column B IS NULL
 
Status
Not open for further replies.
Back
Top