...
Code Block |
---|
<retrieve> <statement> SELECT id, tenant, role, de$cription FROM roles; </statement> </retrieve> |
The This workaround to avoid this error is to use is recommended - Use an 'as' clause in the query like this:
...
...
Code Block |
---|
<retrieve> <statement> SELECT id, tenant, role, de$cription FROM roles; </statement> </retrieve> |
The This workaround to avoid this error is to use is recommended - Use an 'as' clause in the query like this:
...