We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2187a commit 64a2a30Copy full SHA for 64a2a30
sql/share/errmsg-utf8.txt
@@ -7786,3 +7786,11 @@ ER_COMPRESSED_COLUMN_USED_AS_KEY
7786
eng "Compressed column '%-.192s' can't be used in key specification"
7787
ER_UNKNOWN_COMPRESSION_METHOD
7788
eng "Unknown compression method: %s"
7789
+ER_NOT_SINGLE_ELEMENT_ORDER_LIST
7790
+ eng "Incorrect number of elements in the order list for '%s'"
7791
+ER_WRONG_TYPE_FOR_PERCENTILE_CONT
7792
+ eng "Numeric datatype is required for Percentile_CONT function"
7793
+ER_ARGUMENT_NOT_CONSTANT
7794
+ eng "Argument to the percentile functions is not a constant"
7795
+ER_ARGUMENT_OUT_OF_RANGE
7796
+ eng "Argument to the percentile functions does not belong to the range [0,1]"
0 commit comments