You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/using-gitbase/functions.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,10 @@ These are all functions that are available because they are implemented in `go-m
39
39
|`CONCAT_WS(sep, ...)`| concatenates any group of fields into a single string. The first argument is the separator for the rest of the arguments. The separator is added between the strings to be concatenated. The separator can be a string, as can the rest of the arguments. If the separator is NULL, the result is NULL.|
40
40
|`CONNECTION_ID()`| returns the current connection ID.|
41
41
|`COUNT(expr)`| returns a count of the number of non-NULL values of expr in the rows retrieved by a SELECT statement.|
42
-
|`DATE(date)`| returns the date part of the given `date`.|
43
42
|`DATE_ADD(date, interval)`| adds the interval to the given `date`.|
44
43
|`DATE_SUB(date, interval)`| subtracts the interval from the given `date`.|
45
44
|`DAY(date)`| is a synonym for DAYOFMONTH().|
45
+
|`DATE(date)`| returns the date part of the given `date`.|
46
46
|`DAYOFMONTH(date)`| returns the day of the month (0-31).|
47
47
|`DAYOFWEEK(date)`| returns the day of the week of the given `date`.|
48
48
|`DAYOFYEAR(date)`| returns the day of the year of the given `date`.|
0 commit comments