I want to create a CAML
query from a SQL
query. Query SQL
contains a subquery from the same list.
I've tried a thousand ways but it does not work.
The query is as follows:
select * from "list" where NameUser = (select NameUser from "list" where responsable = [Me])
The field -Responsable- is of the user type and the field -NameUser- is chain type.