on ‎2022 Jan 10 3:07 PM
Is it possible to use the intersect and/or except SQL command in the queries stored in the query manager?
It would make writting some queires more easier.
Request clarification before answering.
Hi Jonathan,
according to: Link
you can do it like this
SELECT
TOP 10
DocEntry
FROM ORDR
EXCEPT --Union
SELECT DocEntry FROM ORDR WHERE DocEntry = 10
regards Lothar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 43 | |
| 32 | |
| 17 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.