首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > Informix >

请问 unix 上 informax 表中的数据怎么 export 出文本中

2013-01-02 
请教 unix 下 informax 表中的数据如何 export 出文本中 ?如题[解决办法]1、$dbaccess,选择数据库,进入quer

请教 unix 下 informax 表中的数据如何 export 出文本中 ?
如题
[解决办法]
1、$dbaccess,选择数据库,进入query
2、输入sql:unload to 路径/文件名 select语句即可。例如:unload to /usr/informix/a.txt select * from table1
3、装载备份出的文本命令为:load from 路径/文件名 insert into 表名。例如:load from /usr/informix/a.txt insert into table1

热点排行