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
It will be very useful if SOQL queries are formatted and commenting part of line is allowed when working with long nested queries for analyzing the exported data.
Please enable the SOQL formatting and indentation -
e.g.
SELECT column1, column2
FROM table1
WHERE condition1
AND condition2
OR condition3
Enable comments using any of the style //, /**/, --, ;;.
The text was updated successfully, but these errors were encountered:
It will be very useful if SOQL queries are formatted and commenting part of line is allowed when working with long nested queries for analyzing the exported data.
Please enable the SOQL formatting and indentation -
e.g.
Enable comments using any of the style
//, /**/, --, ;;
.The text was updated successfully, but these errors were encountered: