oracle8.1.6 insert into adv_user_map (user_id, adv_key, event_time, event_type) values (:user_id, :adv_key, sysdate, 'c') update adv_log set click_count = click_count + 1 where adv_key = :adv_key and entry_date = trunc (sysdate) insert into adv_log (adv_key, entry_date, click_count) values (:adv_key, trunc (sysdate), (select 1 from dual where 0 = (select count (*) from adv_log where adv_key = :adv_key and entry_date = trunc (sysdate))))" db_dml adv_insert $insert_sql