Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

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

Labels
Top Solution Authors