INNOV-AI

Innovation and Research from Réunion Island, France

Back   Home

Execute a DML query on a database @ CONNECT - Connections @ MentDB Weak

> Start the server
> (or start the server for the first time (embedded mode - H2 Database))
> (or start the server for the first time (remote mode - MySQL 8 Database))
> Open the MentDB Weak Editor

Click on 'CONNECT' tab, open 'Database', right click on 'MENTDB' and select 'DML ...'

MQL INPUT
sql connect "session1" {cm get "MENTDB";};
sql dml "session1" (concat "insert into products (id, name, quantity) values (4, 'other', '4567');");
sql disconnect "session1";
start: 2026-01-17   end: 2026-01-30   v_start: 401   v_end: