trunc效率比较

trunc效率比较 select count(*) from balance_acct_item_payed  where billing_cycle_id=202005 and trunc(created_date) = trunc(sysdate-70); select count(*) from balance_acct_item_payed  where billing_cycle_id=
相关文章
相关标签/搜索