You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to find anti-patterns reliably, we have to find the subqueries inside a query. For example a <queryOne> UNION <queryTwo> must return a list [<queryOne>, <queryTwo>].
The text was updated successfully, but these errors were encountered:
In order to find anti-patterns reliably, we have to find the subqueries inside a query. For example a
<queryOne> UNION <queryTwo>
must return a list[<queryOne>, <queryTwo>]
.The text was updated successfully, but these errors were encountered: