0
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 versions the parameters were in the order I put in select as an example below:
Already in the latest version, the parameters are getting alphabetical order, as example below:
It may look silly but during the query it is easier when the order is exactly the same as the script.
Dude, this has nothing to do with what he asked
– Sorack