使用insert into select from 将postgresql数据库中文列表的数据传入到对应的英文列表

insert into yw_system(sysid,sysname,sysgeneralinfo)select 系统编码,系统名称,系统描述信息 from ywsystem 注:yw_system和ywsystem都是已经创建好的列表
相关文章
相关标签/搜索