Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

SQLPL

SQLPL - Programming language

< >

SQLPL is a programming language created in 2009.

#611on PLDB 14Years Old 370Users
0Books 0Papers 8kRepos

SQL PL stands for Structured Query Language Procedural Language and was developed by IBM as a set of commands that extend the use of SQL in the IBM DB2 (DB2 UDB Version 7) database system. It provides procedural programmability in addition to the querying commands of SQL. It is a subset of the SQL Persistent Stored Modules (SQL/PSM) language standard. Read more on Wikipedia...


Example from Linguist:
create procedure sleep (in sleeptime integer) begin declare wait_until timestamp; set wait_until = (current timestamp + sleeptime seconds); while (wait_until > current timestamp) do end while; end!
xetex.html 路 sqlpl.html 路 thinbasic.html

View source

- Build the next great programming language Search Day 214 About Blog Acknowledgements Traffic Traffic Today GitHub feedback@pldb.com