SQL Windows Parameter

Felix

Member²
Currently in the SQL Window the prompting Parameter character is &

WHERE shelf_location = '&loc'
AND shelf_floor = '&floor'

I would like to have a checkbox option or a preference option to change my Parameter character instead of & to :

WHERE shelf_location = ':loc'
AND shelf_floor = ':floor'
 
I have added this to the list of enhancement requests.

Note that for true bind variable support you can use the Test Window.
 
Back
Top