Structured Query Reporter, aka Structured Query Reporter, is a programming language created in 1980.
#932on PLDB | 44Years Old |
SQR (Hyperion SQR Production Reporting, Part of OBIEE) is a programming language designed for generating reports from database management systems. The name is an acronym of Structured Query Reporter, which suggests its relationship to SQL (Structured Query Language). Any SQL statement can be embedded in an SQR program.. Read more on Wikipedia...
! Hello World in SQR
begin-program
print 'Hello, World.' (1,1)
end-program
Feature | Supported | Example | Token |
---|---|---|---|
Comments | ✓ | ! A comment | |
Line Comments | ✓ | ! A comment | ! |
Semantic Indentation | X |