https://bz.apache.org/bugzilla/show_bug.cgi?id=63721
Bug ID: 63721
Summary: I have an SQL some of the filed names has "$" in it ,
jmeter gives error [SQL0104] Token ; was not valid.
Valid tokens: <END-OF-STATEMENT>.
Product: JMeter
Version: 2.13
Hardware: PC
Status: NEW
Severity: major
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.2
I have an SQL some of the fields names has "$" in it (for example FLD$1) ,
jmeter gives error [SQL0104] Token ; was not valid. Valid tokens:
<END-OF-STATEMENT>.
How can I do Escape '$', can I define Hex character like '\0x24' ?
(Field names is from an DB2 (old naming conventions), I can't change )
--
You are receiving this mail because:
You are the assignee for the bug.