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
Copy file name to clipboardExpand all lines: debug/test.js
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
varsoqlParserJs=require('./lib');
2
2
3
-
constquery=`SELECT Title FROM KnowledgeArticleVersion WHERE PublishStatus = 'online' WITH DATA CATEGORY Geography__c ABOVE usa__c WITH SECURITY_ENFORCED`;
3
+
constquery=`SELECT Id, Name
4
+
FROM Account
5
+
WHERE (((Name = '1'
6
+
OR Name = '2')
7
+
AND Name = '3'))
8
+
AND (((Description = '123')
9
+
OR (Id = '1'
10
+
AND Id = '2')))
11
+
AND Id = '1'`;
4
12
// const query = `
5
13
// SELECT Id, Name, FORMAT(Amount),
6
14
// (SELECT Quantity, ListPrice, PricebookEntry.UnitPrice, PricebookEntry.Name FROM OpportunityLineItems)
0 commit comments