Posts by Gabriel Carlin • 1 point
1 post
-
0
votes1
answer488
viewsQ: How to change the order of the parameters in Oracle SQL Developer
I have a question regarding the order of the parameters within SQL developer. Query for example: select * from conta_paciente where cd_convenio = :cd_conv and dt_conta between :dti and :dt In older…