In response to
"on the first one your join is on id to parent_id. "where id not in [parent_id's]". And wouldn't a left join work?"
by
JaxSean
|
it's a weird limitation of the system I'm working with
Posted by
oblique (aka kkuphal)
Nov 5 '21, 08:18
|
I can only modify the WHERE clause. Basically I'm configuring views inside the ticketing system and I can write SQL but only WHERE statements used to build the views.
|
Responses:
|