Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 8cb8028

Browse files
authored
Merge pull request #538 from erizocosmico/docs/missing-supported
docs: add missing supported expressions
2 parents 7ce74fb + 053c8dd commit 8cb8028

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

SUPPORTED.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@
4040
- SHOW TABLES
4141
- SORT
4242
- STAR (*)
43+
- SHOW PROCESSLIST
44+
- SHOW TABLE STATUS
45+
- SHOW VARIABLES
46+
- SHOW CREATE DATABASE
47+
- SHOW CREATE TABLE
48+
- SHOW FIELDS FROM
49+
- LOCK/UNLOCK
50+
- USE
51+
- SHOW DATABASES
52+
- SHOW WARNINGS
4353

4454
## Index expressions
4555
- CREATE INDEX (an index can be created using either column names or a single arbitrary expression).
@@ -89,6 +99,16 @@
8999
- COALESCE
90100
- CONNECTION_ID
91101
- SOUNDEX
102+
- JSON_EXTRACT
103+
- DATABASE
104+
- SQRT
105+
- POW
106+
- POWER
107+
- RPAD
108+
- LPAD
109+
- LN
110+
- LOG2
111+
- LOG10
92112

93113
## Time functions
94114
- DAY

0 commit comments

Comments
 (0)