Commit 1f5b0677 authored by Alasdair Nicol's avatar Alasdair Nicol
Browse files

Fixed #24952 -- Fixed example SQL in Func() expressions docs

parent c19bc2d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@ extra attribute ``field_lower`` produced, roughly, from the following SQL::

    SELECT
        ...
        LOWER("app_label"."field") as "field_lower"
        LOWER("db_table"."field") as "field_lower"

See :doc:`database-functions` for a list of built-in database functions.