Skip to content

Commit 274d81a

Browse files
samjewelljycor
authored andcommitted
Update sql-support reference doc with added functions
These functions were added in these PRs: - dolthub/go-mysql-server#2928 - dolthub/go-mysql-server#2935 - dolthub/vitess#410
1 parent 4e28605 commit 274d81a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

packages/dolt/content/reference/sql/sql-support/expressions-functions-operators.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ title: "Expressions, Functions, and Operators"
5454

5555
## Functions and operators
5656

57-
**Currently supporting 316 of 431 MySQL functions.**
57+
**Currently supporting 324 of 431 MySQL functions.**
5858

5959
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.
6060

@@ -306,7 +306,7 @@ Most functions are simple to implement. If you need one that isn't implemented,
306306
| `NOT`, `!` || |
307307
| `NOW()` || |
308308
| `NTH_VALUE()` || |
309-
| `NTILE()` | | |
309+
| `NTILE()` | | |
310310
| `NULLIF()` || |
311311
| `OCT()` || |
312312
| `OCTET_LENGTH()` || |
@@ -364,10 +364,10 @@ Most functions are simple to implement. If you need one that isn't implemented,
364364
| `SQRT()` || |
365365
| `STATEMENT_DIGEST()` || |
366366
| `STATEMENT_DIGEST_TEXT()` || |
367-
| `STD()` | | |
368-
| `STDDEV()` | | |
369-
| `STDDEV_POP()` | | |
370-
| `STDDEV_SAMP()` | | |
367+
| `STD()` | | |
368+
| `STDDEV()` | | |
369+
| `STDDEV_POP()` | | |
370+
| `STDDEV_SAMP()` | | |
371371
| `STRCMP()` || |
372372
| `STR_TO_DATE()` || |
373373
| `ST_AREA()` || Geodetic not yet supported |
@@ -480,9 +480,9 @@ Most functions are simple to implement. If you need one that isn't implemented,
480480
| `UPDATEXML()` || |
481481
| `VALIDATE_PASSWORD_STRENGTH()` || |
482482
| `VALUES()` || |
483-
| `VARIANCE()` | | |
484-
| `VAR_POP()` | | |
485-
| `VAR_SAMP()` | | |
483+
| `VARIANCE()` | | |
484+
| `VAR_POP()` | | |
485+
| `VAR_SAMP()` | | |
486486
| `VERSION()` || |
487487
| `WAIT_FOR_EXECUTED_GTID_SET()` || |
488488
| `WEEK()` || |
@@ -509,14 +509,14 @@ Refer to the [MySQL Aggregate Function Documentation](https://dev.mysql.com/doc/
509509
| `JSON_ARRAY_AGG()` || |
510510
| `MAX()` || |
511511
| `MIN()` || |
512-
| `STD()` | | |
513-
| `STDDEV()` | | |
514-
| `STDDEV_POP()` | | |
515-
| `STDDEV_SAMP()` | | |
512+
| `STD()` | | |
513+
| `STDDEV()` | | |
514+
| `STDDEV_POP()` | | |
515+
| `STDDEV_SAMP()` | | |
516516
| `SUM()` || |
517-
| `VAR_POP()` | | |
518-
| `VAR_SAMP()` | | |
519-
| `VARIANCE()` | | |
517+
| `VAR_POP()` | | |
518+
| `VAR_SAMP()` | | |
519+
| `VARIANCE()` | | |
520520

521521
## Window Functions
522522

@@ -533,7 +533,7 @@ Refer to the [MySQL Window Function Descriptions](https://dev.mysql.com/doc/refm
533533
| `LAST()` || |
534534
| `LEAD()` || |
535535
| `NTH_VALUE()` || |
536-
| `NTILE()` | | |
536+
| `NTILE()` | | |
537537
| `PERCENT_RANK()` || |
538538
| `RANK()` || |
539539
| `ROW_NUMBER()` || |

0 commit comments

Comments
 (0)