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: packages/dolt/content/reference/sql/sql-support/expressions-functions-operators.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ title: "Expressions, Functions, and Operators"
54
54
55
55
## Functions and operators
56
56
57
-
**Currently supporting 316 of 431 MySQL functions.**
57
+
**Currently supporting 324 of 431 MySQL functions.**
58
58
59
59
Most functions are simple to implement. If you need one that isn't implemented, [please file an issue](https://github.com/dolthub/dolt/issues). We can fulfill most requests for new functions within 24 hours.
60
60
@@ -306,7 +306,7 @@ Most functions are simple to implement. If you need one that isn't implemented,
306
306
|`NOT`, `!`| ✅ ||
307
307
|`NOW()`| ✅ ||
308
308
|`NTH_VALUE()`| ❌ ||
309
-
|`NTILE()`|❌||
309
+
|`NTILE()`|✅||
310
310
|`NULLIF()`| ✅ ||
311
311
|`OCT()`| ❌ ||
312
312
|`OCTET_LENGTH()`| ✅ ||
@@ -364,10 +364,10 @@ Most functions are simple to implement. If you need one that isn't implemented,
364
364
|`SQRT()`| ✅ ||
365
365
|`STATEMENT_DIGEST()`| ❌ ||
366
366
|`STATEMENT_DIGEST_TEXT()`| ❌ ||
367
-
|`STD()`|❌||
368
-
|`STDDEV()`|❌||
369
-
|`STDDEV_POP()`|❌||
370
-
|`STDDEV_SAMP()`|❌||
367
+
|`STD()`|✅||
368
+
|`STDDEV()`|✅||
369
+
|`STDDEV_POP()`|✅||
370
+
|`STDDEV_SAMP()`|✅||
371
371
|`STRCMP()`| ✅ ||
372
372
|`STR_TO_DATE()`| ✅ ||
373
373
|`ST_AREA()`| ✅ | Geodetic not yet supported |
@@ -480,9 +480,9 @@ Most functions are simple to implement. If you need one that isn't implemented,
480
480
|`UPDATEXML()`| ❌ ||
481
481
|`VALIDATE_PASSWORD_STRENGTH()`| ✅ ||
482
482
|`VALUES()`| ✅ ||
483
-
|`VARIANCE()`|❌||
484
-
|`VAR_POP()`|❌||
485
-
|`VAR_SAMP()`|❌||
483
+
|`VARIANCE()`|✅||
484
+
|`VAR_POP()`|✅||
485
+
|`VAR_SAMP()`|✅||
486
486
|`VERSION()`| ✅ ||
487
487
|`WAIT_FOR_EXECUTED_GTID_SET()`| ❌ ||
488
488
|`WEEK()`| ✅ ||
@@ -509,14 +509,14 @@ Refer to the [MySQL Aggregate Function Documentation](https://dev.mysql.com/doc/
509
509
|`JSON_ARRAY_AGG()`| ✅ ||
510
510
|`MAX()`| ✅ ||
511
511
|`MIN()`| ✅ ||
512
-
|`STD()`|❌||
513
-
|`STDDEV()`|❌||
514
-
|`STDDEV_POP()`|❌||
515
-
|`STDDEV_SAMP()`|❌||
512
+
|`STD()`|✅||
513
+
|`STDDEV()`|✅||
514
+
|`STDDEV_POP()`|✅||
515
+
|`STDDEV_SAMP()`|✅||
516
516
|`SUM()`| ✅ ||
517
-
|`VAR_POP()`|❌||
518
-
|`VAR_SAMP()`|❌||
519
-
|`VARIANCE()`|❌||
517
+
|`VAR_POP()`|✅||
518
+
|`VAR_SAMP()`|✅||
519
+
|`VARIANCE()`|✅||
520
520
521
521
## Window Functions
522
522
@@ -533,7 +533,7 @@ Refer to the [MySQL Window Function Descriptions](https://dev.mysql.com/doc/refm
0 commit comments