Hi to all,
I want to load data using TPT utilities into table which has special characters in table name and column names. In my code I build dml statement:
`INSERT INTO "aidar"."AID ! test"( "1ID", "2ID", "3ID", "DATA !11", "Ch <!-- eck") VALUES (:"AID !_0_1ID_00001", :"AID !_0_2ID_00002", :"AID !_0_3ID_00003", :"AID !_0_DATA !11_00004", :"AID !_0_Ch <!-- ec_00005");`
But I've got error message "Syntax error: Blank name in quotation marks".
Does anybode knows what I can do with this error?
Thanks.
P.S. I understand that I use strange names, but I'm implementing quotation support for product so I should test it =)
Forums: