Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

34
Lang/SQL-PL/00-LANG.txt Normal file
View file

@ -0,0 +1,34 @@
{{stub}}
{{language|SQL PL
|exec=interpreted
|site=https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/com.ibm.db2.luw.apdv.sqlpl.doc/doc/c0011916.html
|parampass=both
|safety=safe
|strength=strong
|compat=nominative
}}
{{language programming paradigm|procedural}}
{{language programming paradigm|generic}}
{{Language programming paradigm|Event-driven}}
{{language programming paradigm|concurrent}}
{{implementation|SQL}}
'''SQL PL''' is the procedural language written by IBM for its set of databases called Db2. There are different types of Db2, each for a different platform (The names had changed<ref>Db2: A Small but Significant Change [http://ibmsystemsmag.com/blogs/db2utor/july-2017/db2-a-small-but-significant-change/]</ref><ref>IBMs June Announcements About DB2 [http://db2commerce.com/2017/06/23/ibms-june-announcements-about-db2/]</ref><ref>Revised naming for IBM Db2 family products [https://www-01.ibm.com/common/ssi/cgi-bin/ssialias?infotype=an&subtype=ca&appname=gpateam&supplier=897&letternum=ENUS217-363]</ref>):
* Db2 LUW - For Linux, UNIX and Windows.
* Db2 for i - For the mainframes previously called AS/400.
* Db2 for z - For z/OS mainframes.
The differences between these three implementations are described here: https://www.ibm.com/developerworks/data/library/techarticle/db2common/
Previosly, Db2 was called DB2 UDB for Universal Database.
==See also==
* [[wp:SQL_PL|SQL PL]] in Wikipedia.
* [https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/com.ibm.db2.luw.apdv.sqlpl.doc/doc/c0011916.html Knowledge center - IBM Db2 LUW V11.1]
* [https://www.ibm.com/support/knowledgecenter/en/SSEPGG_10.5.0/com.ibm.db2.luw.apdv.sqlpl.doc/doc/c0011916.html Knowledge center - IBM Db2 LUW V10.5]
* [http://www.sqlpl-guide.com/ SQL PL Guide]
* [https://github.com/angoca/db2-index/wiki List of Internet free resources about Db2]
==References==
<references/>

2
Lang/SQL-PL/00-META.yaml Normal file
View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:SQL_PL

1
Lang/SQL-PL/100-doors Symbolic link
View file

@ -0,0 +1 @@
../../Task/100-doors/SQL-PL

View file

@ -0,0 +1 @@
../../Task/4-rings-or-4-squares-puzzle/SQL-PL

1
Lang/SQL-PL/A+B Symbolic link
View file

@ -0,0 +1 @@
../../Task/A+B/SQL-PL

View file

@ -0,0 +1 @@
../../Task/Ackermann-function/SQL-PL

View file

@ -0,0 +1 @@
../../Task/Apply-a-callback-to-an-array/SQL-PL

View file

@ -0,0 +1 @@
../../Task/Associative-array-Creation/SQL-PL

1
Lang/SQL-PL/Comments Symbolic link
View file

@ -0,0 +1 @@
../../Task/Comments/SQL-PL

1
Lang/SQL-PL/Create-a-file Symbolic link
View file

@ -0,0 +1 @@
../../Task/Create-a-file/SQL-PL

View file

@ -0,0 +1 @@
../../Task/Detect-division-by-zero/SQL-PL

View file

@ -0,0 +1 @@
../../Task/Determine-if-a-string-is-numeric/SQL-PL

1
Lang/SQL-PL/Documentation Symbolic link
View file

@ -0,0 +1 @@
../../Task/Documentation/SQL-PL

1
Lang/SQL-PL/Empty-program Symbolic link
View file

@ -0,0 +1 @@
../../Task/Empty-program/SQL-PL

1
Lang/SQL-PL/Exceptions Symbolic link
View file

@ -0,0 +1 @@
../../Task/Exceptions/SQL-PL

View file

@ -0,0 +1 @@
../../Task/Execute-a-system-command/SQL-PL

View file

@ -0,0 +1 @@
../../Task/Hello-world-Text/SQL-PL

1
Lang/SQL-PL/Here-document Symbolic link
View file

@ -0,0 +1 @@
../../Task/Here-document/SQL-PL

1
Lang/SQL-PL/Hostname Symbolic link
View file

@ -0,0 +1 @@
../../Task/Hostname/SQL-PL

View file

@ -0,0 +1 @@
../../Task/Integer-comparison/SQL-PL

View file

@ -0,0 +1 @@
../../Task/Look-and-say-sequence/SQL-PL

1
Lang/SQL-PL/Loops-Break Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-Break/SQL-PL

1
Lang/SQL-PL/Loops-Continue Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-Continue/SQL-PL

1
Lang/SQL-PL/Loops-Infinite Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-Infinite/SQL-PL

1
Lang/SQL-PL/Loops-While Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-While/SQL-PL

View file

@ -0,0 +1 @@
../../Task/Luhn-test-of-credit-card-numbers/SQL-PL

View file

@ -0,0 +1 @@
../../Task/N-queens-problem/SQL-PL

View file

@ -0,0 +1 @@
../../Task/Parameterized-SQL-statement/SQL-PL

1
Lang/SQL-PL/Repeat-a-string Symbolic link
View file

@ -0,0 +1 @@
../../Task/Repeat-a-string/SQL-PL

1
Lang/SQL-PL/SEDOLs Symbolic link
View file

@ -0,0 +1 @@
../../Task/SEDOLs/SQL-PL

1
Lang/SQL-PL/Send-email Symbolic link
View file

@ -0,0 +1 @@
../../Task/Send-email/SQL-PL

1
Lang/SQL-PL/String-case Symbolic link
View file

@ -0,0 +1 @@
../../Task/String-case/SQL-PL

1
Lang/SQL-PL/String-length Symbolic link
View file

@ -0,0 +1 @@
../../Task/String-length/SQL-PL

1
Lang/SQL-PL/Substring Symbolic link
View file

@ -0,0 +1 @@
../../Task/Substring/SQL-PL

1
Lang/SQL-PL/System-time Symbolic link
View file

@ -0,0 +1 @@
../../Task/System-time/SQL-PL

View file

@ -0,0 +1 @@
../../Task/Table-creation-Postal-addresses/SQL-PL

1
Lang/SQL-PL/Test-a-function Symbolic link
View file

@ -0,0 +1 @@
../../Task/Test-a-function/SQL-PL

View file

@ -0,0 +1 @@
../../Task/Trigonometric-functions/SQL-PL

View file

@ -0,0 +1 @@
../../Task/Validate-International-Securities-Identification-Number/SQL-PL