Variable Type RAW

Joachim F

Member
Hello,

I would like to test a query with a RAW variable. So I open a new test window but unfortunately, when I want to choose that type in the drop-down list, it doesn't exist. I see well the LONG RAW, but not the RAW alone... Is that normal??

Thanks in advance!

Joachim
 
To pass data to a RAW variable or column you can declare a bind variable as a string and enter the data in hexadecimal format.
 
Back
Top