使用SQL:
unload to abc.csv delimiter ","
导出到csv文件,然后转成xls文件就可以了。
使用程序语言,比如Java等,也可以。
#pwd
#/u/informix/tmptt
unload to ab.excl
select *
from systables
where x=y
在 /u/informix/tmptt 将生成ab.excl文件
到qq群10948582问,看你具体情况,这个一句两句不太好说。
unload to /home/user/abc.csv delimiter ","
select * from systables
where 1=1;