Zum Hauptinhalt springen

IN

in Anatomy of a DPQL query
Autorenliste
veröffentlicht: 23. März 2018|Letzte Aktualisierung: 3. Nov. 2022

You can use IN to create subqueries. For example:

SELECT tickets.id FROM tickets WHERE tickets.id IN (     SELECT tickets.id     FROM tickets     WHERE tickets.ref LIKE 'AAAA-%' )
copy
HilfreichNicht hilfreich
nächste SeiteUNION
vorherige SeiteLAYER WITH

Bitte loggen Sie sich ein oder melden Sie sich an, um einen Kommentar zu hinterlassen.