oracle数据库commit后恢复数据
INSERT INTO VITAL_SIGNS_RECselect * from VITAL_SIGNS_REC as of timestamp sysdate - (3000/(24*3600)) where patient_id ='1563288'?
发布时间: 2012-10-05 15:34:33 作者: rapoo
oracle数据库commit后恢复数据
INSERT INTO VITAL_SIGNS_RECselect * from VITAL_SIGNS_REC as of timestamp sysdate - (3000/(24*3600)) where patient_id ='1563288'?