Query/select statement of column via sql`` for extras field
is it possible to make a normal select to another table inside a extras object in a relational query?
i'm trying to do something like this:
i'm getting a
syntax error at position 2270 near 'SELECT'
is this possible or should i just add the necessary relation and query it on the same level as the user object?1 Reply
try wrapping your
SELECT
query in parenthesis, like this: