gpt4 book ai didi

sql - 连接到 awk 脚本中的数据库

转载 作者:行者123 更新时间:2023-12-04 16:18:03 26 4
gpt4 key购买 nike

在 shell 脚本中,我们可以在 unix 上使用 sqlplus 连接到数据库。
我可以在 awk 脚本中执行相同的操作吗?
我需要访问 awk 脚本中选择查询的输出。这可能吗?

最佳答案

我会进行查询并将其输出提供给 awk:

sqlplus 'select onething from another' | awk '{ weave awk magic here }'

就像任何其他命令一样:
pax> ls -alF | awk '{print $9}'
file1.txt
file2.txt
my_p0rn_dir/

关于sql - 连接到 awk 脚本中的数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1564612/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com