普通备份导表操作

    技术2022-05-11  70

    create table client_history as select * from client c where to_char(c.time,'yyyy-MM')='2007-01'; 

    最新回复(0)