mysql <<EOF
select * from tableA a, tableB b
where a.id = b.id;
EOF
shell执行mysql语句
最新推荐文章于 2025-04-27 17:24:42 发布
mysql <<EOF
select * from tableA a, tableB b
where a.id = b.id;
EOF