This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Forum: About Access SQL

I'm 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

sql

Hello johnnwicky096!

We believe that this post does not fit the main topic of this site.

This is not related to bioinformatics

For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.

If you disagree please tell us why in a reply below, we'll be happy to talk about it.

Cheers!

0 answers

No answers yet.

Log in to answer this question.