# cd /data/DM/tool/
# ./disql
disql V8
SQL> conn 用户名/密码@IP:端口(查看指定模式下的所有表)
SQL> select TABLE_NAME as tbName from all_tables where OWNER ='模式名';
linux下达梦数据库远程连接操作
于 2022-11-10 11:06:35 首次发布
# cd /data/DM/tool/
# ./disql
disql V8
SQL> conn 用户名/密码@IP:端口(查看指定模式下的所有表)
SQL> select TABLE_NAME as tbName from all_tables where OWNER ='模式名';