We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806bb8c commit 4f353ecCopy full SHA for 4f353ec
docs/modules/ROOT/partials/permissive/table-expressions/with.adoc
@@ -8,5 +8,6 @@ The `+WITH+` keyword allows you to bind names to values for the lifetime of a qu
8
----
9
WITH (satellites_model GIVEN Users = "Military") AS military_model:
10
SELECT PROBABILITY OF Apogee_km UNDER military_model
11
+ FROM satellites
12
13
====
docs/modules/ROOT/partials/strict/table-expressions/with.adoc
WITH (satellites_model CONDITIONED BY VAR Users = "Military") AS military_model:
SELECT PROBABILITY OF VAR Apogee_km > Apogee_km UNDER military_model
0 commit comments