That could be it. Try ```sql (SELECT s.parent_id ...
# sql
t
That could be it. Try
Copy code
sql
(SELECT s.parent_id FROM starting s)
a
😭 One step closer! That took that error away. Now it's
structure of query does not match function result type
but we're one step closer!
t
nice.