I have following statement in the Build SQL query , for 'Read Database' operator, which gives result.
call tatvam_opms.volume_change(@customer_id_in=null);
How do i make that input into a prepared statement ? So user can key in 'null' or some other value ?
(null)