42
Views
2
Comments
Solved
SQL Reference
Question

Hi All,

Is there any SQL reference guide or manual for Outsystems specific SQL language?


Thanks!

2018-10-29 08-31-03
João Marques
 
MVP
Solution

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

2022-10-13 09-45-15
René Antenbrink

Thanks Joāo,


This article I already read. Found out that I can use the Transact-SQL language, so I'll be fine.


René

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.