diff --git a/reference/sqlite3/sqlite3result/columnname.xml b/reference/sqlite3/sqlite3result/columnname.xml index 6c39111c62d2..0cdfce6969fc 100644 --- a/reference/sqlite3/sqlite3result/columnname.xml +++ b/reference/sqlite3/sqlite3result/columnname.xml @@ -16,6 +16,10 @@ Returns the name of the column specified by the column_number. + Note that the name of a result column is the value of the AS clause + for that column, if there is an AS clause. If there is no AS + clause then the name of the column is unspecified and may change from one release of libsqlite3 + to the next.