diff --git a/doc/queries.html b/doc/queries.html index 2bb0bf6f6..b8afd4725 100644 --- a/doc/queries.html +++ b/doc/queries.html @@ -125,6 +125,10 @@

Query transformation

statements (i.e. SELECT /*+RULE*/ A FROM C in Oracle 9) +

Query transformation mechanism can also be considered for similar uses as +prefix_with function from +SQLAlchemy Expressions API.

+