如何用unix语句取出含有相同字符的行记录?详细描述见补充。

2025-05-09 23:22:57
推荐回答(2个)
回答1:

写一个1.sh把内容放到1.sh里 sh 1.sh 就好了 兄弟脚本都给你写了 分都给我把
sqlplus -s 123/123@abc <<--!
update aa set m='2' where xx='1'
insert into aa values ('1','1','1')
delete from aa where xx='1'
commit;
spool off
exit
!

回答2:

dasgga