I want to create the following types of query with the query builder, but the WHERE CONDITION field in the Query Builder only allows one constant.
SELECT <some_column> from <table>
WHERE <column1> = <constant1>,
AND <column1> = <constant2>,
AND <column1> - <constant3>,
... etc
How do I generate this query?
You need to be signed in and under a current maintenance contract to view premium knowledge articles.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center