| dbxquery connection=Realtime shortnames=t
query="select * from table_a a
where a.id = ?
and a.create_dt_tm <= trunc(sysdate, 'MI') - interval '60' minute"
params="1234567"
For the above query, how to make the create_dt_tm qualification to be bind variable?