Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

About Access SQL question

johnvickyy
5 - Atom
 

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 Learning SQL certification 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

1 REPLY 1
PhilippK
Alteryx Alumni (Retired)

Hi @johnvickyy ,

 

review the following article as a starting point and let me know whether you could found the answer there:

https://www.alteryx.com/alteryx-sql

 

Best regards

Phil

Polls
We’re dying to get your help in determining what the new profile picture frame should be this Halloween. Cast your vote and help us haunt the Community with the best spooky character.
Don’t ghost us—pick your favorite now!
Labels