Closed hminhduc closed 1 month ago
From where are you copying this? Please provide screenshots.
This is copy of that SQL . before From, Where dont have a space so that error in runtime.
I don't understand. I see a line break and 2 spaces after SELECT.
OK, thank you! So copy that original command is error, then after add space before From and Where keyword (not after) it is run again.
I'm so sorry. I don't understand.
Maybe you could create a screen recording of the issue?
I'm sorry, today i get run again and all is ok.
so please close this issue
After copy generated from tool, it not directly for using. by adding space on each SQL keyword. For example var suiteQLQuery =
SELECT itemVendor.purchaseprice FROM item,itemVendor WHERE item."ID" = itemVendor.item(+) AND ((item."ID" = ? AND itemVendor.vendor IN (?)))
; To run it no error, i have to add space after SELECT and FORM, WHERE manual.So how can add this space on generated SuiteSQL?