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
Allow line continuation of the select line (and subsequent lines).
I consider entering a select statement as the trigger for executing the CodeQL query, but you may want to split a longer statement across multiple lines.
One way to do that is using \ at the end of the line, and then adding these lines (with the trailing \ stripped off) to the CodeQL query.
Once we get a line without a continuation marker then we can submit the query.
The text was updated successfully, but these errors were encountered:
Allow line continuation of the
select
line (and subsequent lines).I consider entering a
select
statement as the trigger for executing the CodeQL query, but you may want to split a longer statement across multiple lines.One way to do that is using
\
at the end of the line, and then adding these lines (with the trailing\
stripped off) to the CodeQL query.Once we get a line without a continuation marker then we can submit the query.
The text was updated successfully, but these errors were encountered: