Hi All,
Is there any SQL reference guide or manual for Outsystems specific SQL language?
Thanks!
Hi René,
Actually, there is a documentation about SQL queries in OutSystems here.
There a few things to take into account on the syntax like entities are referred between curly brackets and attributes between square brackets (e.g. SELECT {Entity}.[Attribute] FROM {Entity}), but most of the syntax is dependent on the database type you have (e.g. MySQL, SQL Server, Oracle).
Kind Regards,João
Thanks Joāo,
This article I already read. Found out that I can use the Transact-SQL language, so I'll be fine.
René