LibreOffice logo
BASEDOCUMENTER
The software tool for documenting your LibreOffice Base applications
 
Database file/home/jean-pierre/Documents/BaseDocumenter/www/databases/LODoc/Example_Combobox_Listfield.odb
File actual save date2018-06-26 17:10:26
Scanning done on2018-08-21 16:59:36
Documentation generated on2018-08-21 16:59:47
Table of contents
Example_Combobox_Listfield
List of queries
Query name Used by Query type List of fields SQL
address_complete name_correlated_subquery (Form)
name_tablecontrol (Form)
SELECT Details
SELECT 
"a".*,
(
SELECT
"street"
FROM
"street"
WHERE
"ID" = "a"."street_ID") "street",
(
SELECT
"postcode"."postcode" || ' ' || "town"."town"
FROM
"postcode",
"town"
WHERE
"town"."ID" = "postcode"."town_ID"
AND "postcode"."ID" = "a"."postcode_ID") "town"
FROM
"name" AS "a"