Answered by:
Hi please help with syntax error "DCACCOUNTSOLD" without " " it runs and not give back results

Question
-
exist('RequestDocument/DocumentRequest/documentType[.="DCACCOUNTSOLD"]')=1
Error in the component's properties:The operator * is undefined for the argument type(s) java.lang.String, java.lang.String
Syntax error on token "DCACCOUNTSOLD", * expected- Moved by Naomi N Wednesday, June 24, 2020 3:20 PM Looks like Java (?) or JavaScript question to me
Wednesday, June 24, 2020 10:18 AM
Answers
-
I'd try asking for help over here.
https://www.oracle.com/java/technologies/javacommunity.html
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Proposed as answer by Guido Franzke Thursday, June 25, 2020 8:54 AM
- Marked as answer by Guido Franzke Friday, July 3, 2020 7:42 AM
Wednesday, June 24, 2020 11:16 PM
All replies
-
exist('RequestDocument/DocumentRequest/documentType[.="DCACCOUNTSOLD"]')=1
Error in the component's properties:The operator * is undefined for the argument type(s) java.lang.String, java.lang.String
Syntax error on token "DCACCOUNTSOLD", * expectedGood day Mike,
Can you give us some background what are you talking about?
which product, developing language, or technologies are you using. what this is related to
Ronen Ariely
[Personal Site] [Blog] [Facebook] [Linkedin]Wednesday, June 24, 2020 10:55 PM -
Most likely Erland's answer in this thread is right on the money
For every expert, there is an equal and opposite expert. - Becker's Law
My blog
My TechNet articlesWednesday, June 24, 2020 10:57 PM -
I'd try asking for help over here.
https://www.oracle.com/java/technologies/javacommunity.html
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Proposed as answer by Guido Franzke Thursday, June 25, 2020 8:54 AM
- Marked as answer by Guido Franzke Friday, July 3, 2020 7:42 AM
Wednesday, June 24, 2020 11:16 PM -
Hi Nhlahla Mike,
Test with changing exist to exists
SELECT fname, lname FROM Customers WHERE EXISTS (SELECT * FROM Orders WHERE Customers.customer_id = Orders.c_id);
BR,
MIAOYUXI
MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com
Thursday, June 25, 2020 2:16 AM -
Most likely Erland's answer in this thread is right on the money
For every expert, there is an equal and opposite expert. - Becker's Law
My blog
My TechNet articlesThe thread you link already build from 2 merged thread. It seems like Nhlahla Mike opened at least three duplicate threads. I wondered how many more are out there in other forums 🤣
Ronen Ariely
[Personal Site] [Blog] [Facebook] [Linkedin]
- Edited by pituachMVP Thursday, June 25, 2020 9:04 AM
Thursday, June 25, 2020 9:02 AM -
Hi Nhlahla Mike,
Is the reply helpful?
BR,
MIAOYUXI
Friday, June 26, 2020 1:34 AM