select count(1) into i_date_count_begin from params.tb_exchange_date where date_flag = ✀1✀;什么意思

2025-12-06 02:00:43
推荐回答(1个)
回答1:

对表tb_exchange_date(所有者params): 筛选条件为:date_flag = '1' ,对符合条件的记录进行计数,将计数值赋给变量 i_date_count_begin。 真的好累哦!