Difference between revisions of "Supported Software"

From 3forge Documentation
Jump to navigation Jump to search
Tag: visualeditor
Tag: visualeditor
Line 1: Line 1:
 
<syntaxhighlight lang="amiscript" line="1">
 
<syntaxhighlight lang="amiscript" line="1">
Select * from Country
+
SELECT * FROM Country
 
</syntaxhighlight>
 
</syntaxhighlight>
 
another codeblock<syntaxhighlight lang="amiscript">
 
another codeblock<syntaxhighlight lang="amiscript">

Revision as of 21:07, 4 March 2021

1SELECT * FROM Country

another codeblock

session.alert("test");
SELECT * FROM Country;