this is my first job,
please accet my apologies if this is wrong place.
my question is, in my SQL code i should use LEVEL word as a column name. As you know in oracle sql client you can not use it without double quote symbol. So, whenever i need to use my query, i write it down like “LEVEL” ,
the problem is starts here. as you all know i can not use double quote except beginning or ending in UiPath StudioX code editor. it gives me error.
Or you could save all your queries in an excel file and read the values and use the same wherever required. Best option would be to save in a config file
To Start with - Do following actions
Keep your queries in an excel file including the double quotes
i face it when i use execute query action. i dont even except an output. it just cant read my code because of i need to use double quote in it. if i dont use it, code is not working because of column name.
basically > i use oracle sql. and LEVEL word is an operator for it.
in my table, my column name has same word, LEVEL
In sql if i write this word in double quote then it works. > not LEVEL but “LEVEL”, it works.
the problem is > i can not do that in UiPath StudioX. because i cant use double quote in sql queries except beginning or ending.
i tried all of those options, none of them worked.