当前位置:网站首页>Dameng database_ Various methods of connecting databases and executing SQL and scripts under disql
Dameng database_ Various methods of connecting databases and executing SQL and scripts under disql
2022-07-24 06:11:00 【ls2best】
DISQL yes DM A command-line client tool for database , Used with DM Interact with the database server .
DISQL yes DM Tools of database , Once installed DM database , You can find it in the application menu and installation directory .
1.DISQL How to connect to the database
A、 Locally through the installation directory bin Next disql Command to connect to the local database , If there is a port that is not the default port, add the port number :

B、 Remote login remote database
LOGIN/LOGOUT Command login / Exit remote database , Pictured :

C、CONN How to connect


2、 perform SQL、 Script method
A、 adopt disql After login, the character interface supports sql、 Script

B、 start-up DISQL when , Run script .DISQL SYSDBA/SYSDBA `C:\test.sql

C、 Get into DISQL after , adopt start Command run script .
SQL>start C:\test.sql or SQL>`C:\test.sql

D、 Use EDIT Command edit script
SQL>EDIT C:\test.sql or SQL>edit


Dameng community address :https://eco.dameng.com
边栏推荐
猜你喜欢

JUC concurrent programming foundation (9) -- thread pool

Statistical analysis of catering data --- Teddy cloud course homework

MySQL基础---约束

AD1256
![[FatFs] migrate FatFs manually and transfer SRAM virtual USB flash disk](/img/fb/5f3d17f1f3d6e4979ece5126e2925e.png)
[FatFs] migrate FatFs manually and transfer SRAM virtual USB flash disk

day2-WebSocket+排序

String methods and instances

机器学习&深度学习 入门资料分享总结

JDBC初级学习 ------(师承尚硅谷)

使用Keras实现CNN+BiLSTM+Attention的多维(多变量)时间序列预测
随机推荐
Learning rate optimization strategy
Common methods of array
[FatFs] migrate FatFs manually and transfer SRAM virtual USB flash disk
bat批处理脚本、同时运行多个文件、按照顺序执行的批处理命令及xshell脚本。
STM32 DSP library MDK vc5\vc6 compilation error: 256, (const float64_t *) twiddlecoeff64_ 256, armBitRevIndexTableF64_ 256,
[raspberry pie 4B] VII. Summary of remote login methods for raspberry pie xshell, putty, vncserver, xrdp
JUC并发编程基础(8)--读写锁
JSON. Dumps() function parsing
精确计算时间延迟VxWorks 时间戳 详解
CRC-16 MODBUS code
[MYCAT] Introduction to MYCAT
Headlong platform operation
MySQL基础---约束
data normalization
初识图形学
[MYCAT] MYCAT configuration file
Qt新建工程简介
单播、组播、广播、工具开发、QT Udp通讯协议开发简介及开发工具源码
unity最新版本的Text(TMP)UI文本怎么显示中文
Introduction to QT new project