Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
changes.mady.by.user Justin
Saved on Aug 13, 2020
...
Template:
SELECT column1, column2, ... FROM table_name WHERE condition
Template
INSERT INTO table_name (column1, column2, ...) VALUES (value1, value2, ...)
UPDATE table_name SET column1 = value1, column2 = value2, ... WHERE condition
DELETE FROM table_name WHERE condition