错误 #8645
4月份医保对账处理单边数据全都对平
开始日期:
2024-05-06
计划完成日期:
2024-05-06
% 完成:
100%
预期时间:
描述
select * from 人员表 where 姓名='章琳辉'
select*from 病人信息 where 病人id=1847634 for update
SELECT * FROM 保险结算记录 where 支付顺序号='570564848' for update;
select * from 病人预交记录 where 结帐id=6524455 for update;
select * from 门诊费用记录 where 结帐id=6524455 for update;
create table 保险结算记录6524455 as SELECT * FROM 保险结算记录 where 支付顺序号='570564848';
create table 门诊费用记录6524455 as select * from 门诊费用记录 where 结帐id=6524455;
create table 病人预交记录6524455 as select * from 病人预交记录 where 结帐id=6524455;