sql-client.sh -f list-table.sql | awk -F" " '($1=="|")&&($2!="table") {print $2}' list-table.sql 的内容是: