SQL++

1 program Added 2026-03-10T12:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled Evidence Report issue View issues
Aliases: SQLPP, N1QL
Provenance: commit b6490c3f2b · authored 2026-03-10T23:47:50+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

8 sources · pl_id: pl/sql
LLM (this repo) · 1PldbLinguistPygmentsWikipediaHyperpolyglotRosettacodeWikidata · Q47607

Wikipedia infobox

Pulled from the wikimedia/structured-wikipedia snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and pl_fact.csv for the long-table provenance.

Paradigmsdeclarative
Typingstatic, strong
Designed byISO / IEC · ISO/IEC JTC 1 (Joint Technical Committee 1) / SC 32 (Subcommittee 32) / WG 3 (Working Group 3) · Donald D. Chamberlin Raymond F. Boyce
First appeared1986
Influenced byDatalog
Homepagehttps://www.iso.org/standard/76583.html

Extensions claimed by this language

10 claims. Each row is one upstream assertion with its strength. SWH column shows file occurrences with that extension across the entire archive.
ExtensionSourceStrengthSWH
.sqllinguistprimary31.4M files
.sqlpygmentsprimary31.4M files
.sqlwikidataprimary31.4M files
.ddllinguistsecondary85.6K files
.inclinguistsecondary6.3M files
.mysqllinguistsecondary1.2M files
.prclinguistsecondary105.7K files
.tablinguistsecondary1.3M files
.udflinguistsecondary11.9K files
.viwlinguistsecondary1.9K files

Related languages

Squirrel (0.13)U-SQL (0.13)PL/pgSQL (0.12)PL/SQL (0.12)Dremel (0.11)

LLM-contributed programs

Aggregate Revenue with WITH Clause

Provenance: commit b6490c3f2b · authored 2026-03-10T23:47:50+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
code.sqlpp · license: Apache-2.0 · added: 2026-03-10T12:00:00Z
WITH order_revenue AS
    (FROM orders AS o, o.items AS i
     WHERE get_year(date(o.order_date)) = 2020
     GROUP BY o.orderno
     SELECT o.orderno, SUM(i.qty * i.price) AS revenue)
FROM order_revenue
SELECT AVG(revenue) AS average, MIN(revenue) AS minimum, MAX(revenue) AS maximum

Real programs from Software Heritage

2 samples mined from derived_datasets/<date>/contents/*.parquet, byte-verified against the SWH archive. Citation-grade qualified SWHIDs preserved.
jtag_vpi.tab · 91 B · ext .tab · seen 70× in SWH
via fallback
swh:1:cnt:c042ce05ed1c5f84e105d5e1577faad7f522120a;origin=https://github.com/araina2/risc5_ooo;anchor=swh:1:rev:dd4a50c4529b16669a498ac76dba9b049888bd41;path=/vsrc/jtag_vpi.tab
Open in SWH · Raw bytes (SWH) · GitHub raw
Show source
$send_result_to_server call=send_result_to_server
$check_for_command call=check_for_command
Graphics_Pack_Overview.tab · 328 B · ext .tab · seen 33× in SWH
via fallback
swh:1:cnt:47dd567d6f742e55eda207889f62b5a06728ce6d;origin=https://github.com/will-obrien/huge-sf;anchor=swh:1:rev:ced63378b899aaa327fab224a0351707830af35b;path=/CACommunity-Salesforce/src/tabs/Graphics_Pack_Overview.tab
Open in SWH · Raw bytes (SWH) · GitHub raw
Show source
<?xml version="1.0" encoding="UTF-8"?>
<CustomTab xmlns="http://soap.sforce.com/2006/04/metadata">
    <icon>Graphics_Pack_for_Tabs/Elephant_32x32_png.png</icon>
    <label>Graphics Pack Overview</label>
    <mobileReady>false</mobileReady>
    <motif>Custom107: TV Widescreen</motif>
    <page>GraphicsPack</page>
</CustomTab>

Disambiguation rules

Linguist heuristic rules that predict this language when one of its claimed extensions is shared with another.
RuleExtKindPredicates (truncated)
h/linguist/.sql/4.sqldefault[]

Contribute — propose a file extension

Tell us where to find evidence about SQL++ (mapped to pl/sql). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/SQL++/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← SQL*Plus sql-92 →