mirror of
https://github.com/sqlite/sqlite.git
synced 2026-01-06 08:01:16 +03:00
Change the name of the enabling compile-time macro to
SQLITE_ENABLE_ORDERED_SET_AGGREGATES. FossilOrigin-Name: 3b1cdddf8339cc339ec74cd8be2bfa42e62b500048a444eb9e5d9817bc4702ae
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
**
|
||||
** The SQLite syntax is much more compact. The standard SQL syntax
|
||||
** is also supported if SQLite is compiled with the
|
||||
** -DSQLITE_ENABLE_ORDERED_SET_FUNCS option.
|
||||
** -DSQLITE_ENABLE_ORDERED_SET_AGGREGATES option.
|
||||
**
|
||||
** * No median(X) function exists in the SQL standard. App developers
|
||||
** are expected to write "percentile_cont(0.5)WITHIN GROUP(ORDER BY X)".
|
||||
|
||||
Reference in New Issue
Block a user