Functional SQL¶

An approach to writing functional Python that parallels SQL Select processing.

Contents:

  • Concept
    • An Example
    • What’s The Point?
    • The SQL Algorithm
    • The Group By Alternatives
    • The Subqueries and the Exists Function
    • Common Table Expressions
    • Other Query Features
  • Tutorial
    • Queries
    • Schema and Tables
    • Fetching Rows
    • Group By and Having
    • Subqueries
    • The Exists Clause
    • WITH clause and Recursion
  • Demonstration Code
    • Example 1
    • Example 2
  • Components
  • funcsql Code
    • Table and Row
    • Select query builder
    • SQL Algorithm
    • Other SQL
  • Notes
    • Additional Features
    • Badges
    • To Do’s

Indices and tables¶

  • Index

  • Module Index

  • Search Page

Functional SQL

Navigation

Contents:

  • Concept
  • Tutorial
  • Demonstration Code
  • Components
  • funcsql Code
  • Notes

Related Topics

  • Documentation overview
    • Next: Concept

Quick search

©2024, S.Lott. | Powered by Sphinx 7.4.7 & Alabaster 0.7.16 | Page source