From 0934ca22d45c0977f4cad3ac4f71464c9e2e04d3 Mon Sep 17 00:00:00 2001 From: Roberto Marzialetti Date: Sat, 18 Apr 2026 12:45:33 +0200 Subject: [PATCH] Fix link ("engine selection") on QofQ page. --- docs/recipes/query-of-queries-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipes/query-of-queries-functions.md b/docs/recipes/query-of-queries-functions.md index e6093ef00..cca9ccc36 100644 --- a/docs/recipes/query-of-queries-functions.md +++ b/docs/recipes/query-of-queries-functions.md @@ -24,7 +24,7 @@ # QoQ SQL Functions and Operators -Lucee's native [Query of Queries](query-of-queries) engine supports a subset of ANSI SQL92. If the native engine can't handle the query, Lucee falls back to [HSQLDB](http://hsqldb.org/doc/2.0/guide/sqlgeneral-chapt.html) (see [Choosing the QoQ Engine](qoq-options#engine-selection) for how to control this). +Lucee's native [Query of Queries](query-of-queries) engine supports a subset of ANSI SQL92. If the native engine can't handle the query, Lucee falls back to [HSQLDB](http://hsqldb.org/doc/2.0/guide/sqlgeneral-chapt.html) (see [Choosing the QoQ Engine](/guides/lucee-7-1.html#engine-selection) for how to control this). ## Keywords and Operators