@@ -25,7 +25,7 @@ Control Flow Functions
25
25
26
26
Docs:
27
27
`MySQL <https://dev.mysql.com/doc/refman/en/control-flow-functions.html#function_if >`__ /
28
- `MariaDB <https://mariadb.com/kb/en/mariadb/ if-function/ >`__.
28
+ `MariaDB <https://mariadb.com/docs/server/reference/sql-functions/control-flow-functions/ if-function >`__.
29
29
30
30
Usage example:
31
31
@@ -50,7 +50,7 @@ Numeric Functions
50
50
51
51
Docs:
52
52
`MySQL <https://dev.mysql.com/doc/refman/en/mathematical-functions.html#function_crc32 >`__ /
53
- `MariaDB <https://mariadb.com/kb/en/mariadb/crc32/ >`__.
53
+ `MariaDB <https://mariadb.com/docs/server/reference/sql-functions/numeric-functions/crc32 >`__.
54
54
55
55
Usage example:
56
56
@@ -77,7 +77,7 @@ String Functions
77
77
78
78
Docs:
79
79
`MySQL <https://dev.mysql.com/doc/refman/en/string-functions.html#function_concat-ws >`__ /
80
- `MariaDB <https://mariadb.com/kb/en/mariadb/concat_ws/ >`__.
80
+ `MariaDB <https://mariadb.com/docs/server/reference/sql-functions/string-functions/concat_ws >`__.
81
81
82
82
Usage example:
83
83
@@ -101,7 +101,7 @@ String Functions
101
101
102
102
Docs:
103
103
`MySQL <https://dev.mysql.com/doc/refman/en/string-functions.html#function_elt >`__ /
104
- `MariaDB <https://mariadb.com/kb/en/mariadb/elt/ >`__.
104
+ `MariaDB <https://mariadb.com/docs/server/reference/sql-functions/string-functions/elt >`__.
105
105
106
106
Usage example:
107
107
@@ -126,7 +126,7 @@ String Functions
126
126
127
127
Docs:
128
128
`MySQL <https://dev.mysql.com/doc/refman/en/string-functions.html#function_field >`__ /
129
- `MariaDB <https://mariadb.com/kb/en/mariadb/field/ >`__.
129
+ `MariaDB <https://mariadb.com/docs/server/reference/sql-functions/string-functions/field >`__.
130
130
131
131
Usage example:
132
132
@@ -155,7 +155,7 @@ XML Functions
155
155
156
156
Docs:
157
157
`MySQL <https://dev.mysql.com/doc/refman/en/xml-functions.html#function_updatexml >`__ /
158
- `MariaDB <https://mariadb.com/kb/en/mariadb/updatexml/ >`__.
158
+ `MariaDB <https://mariadb.com/docs/server/reference/sql-functions/string-functions/updatexml >`__.
159
159
160
160
Usage example:
161
161
@@ -179,7 +179,7 @@ XML Functions
179
179
180
180
Docs:
181
181
`MySQL <https://dev.mysql.com/doc/refman/en/xml-functions.html#function_extractvalue >`__ /
182
- `MariaDB <https://mariadb.com/kb/en/mariadb/extractvalue/ >`__.
182
+ `MariaDB <https://mariadb.com/docs/server/reference/sql-functions/string-functions/extractvalue >`__.
183
183
184
184
Usage example:
185
185
@@ -202,7 +202,7 @@ Regexp Functions
202
202
These work with MariaDB 10.0.5+ only, which includes PCRE regular
203
203
expressions and these extra functions to use them. More information can be
204
204
found in `its documentation
205
- <https://mariadb.com/kb/en/mariadb/ regular-expressions-overview/ > `_.
205
+ <https://mariadb.com/docs/server/reference/sql-functions/string-functions/ regular-expressions-functions/regular-expressions-overview > `_.
206
206
207
207
208
208
.. class :: RegexpInstr(expression, regex)
@@ -215,7 +215,7 @@ Regexp Functions
215
215
column, whilst if ``regex `` is a string, it will be used as a string. If
216
216
you want ``regex `` to refer to a column, use Django's ``F() `` class.
217
217
218
- Docs: `MariaDB <https://mariadb.com/kb/en/mariadb/regexp_instr/ >`__.
218
+ Docs: `MariaDB <https://mariadb.com/docs/server/reference/sql-functions/string-functions/regular-expressions-functions/regexp_instr >`__.
219
219
220
220
Usage example:
221
221
@@ -236,7 +236,7 @@ Regexp Functions
236
236
used as strings. If you want ``regex `` or ``replace `` to refer to columns,
237
237
use Django's ``F() `` class.
238
238
239
- Docs: `MariaDB <https://mariadb.com/kb/en/mariadb/regexp_replace/ >`__.
239
+ Docs: `MariaDB <https://mariadb.com/docs/server/reference/sql-functions/string-functions/regular-expressions-functions/regexp_replace >`__.
240
240
241
241
Usage example:
242
242
@@ -263,7 +263,7 @@ Regexp Functions
263
263
column, whilst if ``regex `` is a string, it will be used as a string. If
264
264
you want ``regex `` to refer to a column, use Django's ``F() `` class.
265
265
266
- Docs: `MariaDB <https://mariadb.com/kb/en/mariadb/regexp_substr/ >`__.
266
+ Docs: `MariaDB <https://mariadb.com/docs/server/reference/sql-functions/string-functions/regular-expressions-functions/regexp_substr >`__.
267
267
268
268
Usage example:
269
269
@@ -307,7 +307,7 @@ Information Functions
307
307
308
308
Docs:
309
309
`MySQL <https://dev.mysql.com/doc/refman/en/information-functions.html#function_last-insert-id >`__ /
310
- `MariaDB <https://mariadb.com/kb/en/mariadb/last_insert_id/ >`__.
310
+ `MariaDB <https://mariadb.com/docs/server/reference/sql-functions/secondary-functions/information-functions/last_insert_id >`__.
311
311
312
312
Usage examples:
313
313
@@ -341,7 +341,7 @@ package.
341
341
These functions use JSON paths to address content inside JSON documents - for
342
342
more information on their syntax, refer to the docs:
343
343
`MySQL <https://dev.mysql.com/doc/refman/8.0/en/json.html#json-path-syntax >`__ /
344
- `MariaDB <https://mariadb.com/kb/en/ jsonpath-expressions/ >`__.
344
+ `MariaDB <https://mariadb.com/docs/server/reference/sql-functions/special-functions/json-functions/ jsonpath-expressions >`__.
345
345
346
346
347
347
.. class :: JSONExtract(expression, *paths, output_field=None)
@@ -364,7 +364,7 @@ more information on their syntax, refer to the docs:
364
364
365
365
Docs:
366
366
`MySQL <https://dev.mysql.com/doc/refman/8.0/en/json-search-functions.html#function_json-extract >`__ /
367
- `MariaDB <https://mariadb.com/kb/en/json_extract/ >`__.
367
+ `MariaDB <https://mariadb.com/docs/server/reference/sql-functions/special-functions/json-functions/json_extract >`__.
368
368
369
369
Usage examples:
370
370
@@ -395,7 +395,7 @@ more information on their syntax, refer to the docs:
395
395
396
396
Docs:
397
397
`MySQL <https://dev.mysql.com/doc/refman/8.0/en/json-search-functions.html#function_json-keys >`__ /
398
- `MariaDB <https://mariadb.com/kb/en/json_keys/ >`__.
398
+ `MariaDB <https://mariadb.com/docs/server/reference/sql-functions/special-functions/json-functions/json_keys >`__.
399
399
400
400
.. code-block :: pycon
401
401
@@ -431,7 +431,7 @@ more information on their syntax, refer to the docs:
431
431
432
432
Docs:
433
433
`MySQL <https://dev.mysql.com/doc/refman/8.0/en/json-attribute-functions.html#function_json-length >`__ /
434
- `MariaDB <https://mariadb.com/kb/en/json_length/ >`__.
434
+ `MariaDB <https://mariadb.com/docs/server/reference/sql-functions/special-functions/json-functions/json_length >`__.
435
435
436
436
.. code-block :: pycon
437
437
@@ -457,7 +457,7 @@ more information on their syntax, refer to the docs:
457
457
458
458
Docs:
459
459
`MySQL <https://dev.mysql.com/doc/refman/8.0/en/json-modification-functions.html#function_json-insert >`__ /
460
- `MariaDB <https://mariadb.com/kb/en/json_insert/ >`__.
460
+ `MariaDB <https://mariadb.com/docs/server/reference/sql-functions/special-functions/json-functions/json_insert >`__.
461
461
462
462
.. code-block :: pycon
463
463
@@ -480,7 +480,7 @@ more information on their syntax, refer to the docs:
480
480
481
481
Docs:
482
482
`MySQL <https://dev.mysql.com/doc/refman/8.0/en/json-modification-functions.html#function_json-replace >`__ /
483
- `MariaDB <https://mariadb.com/kb/en/json_replace/ >`__.
483
+ `MariaDB <https://mariadb.com/docs/server/reference/sql-functions/special-functions/json-functions/json_replace >`__.
484
484
485
485
.. code-block :: pycon
486
486
@@ -503,7 +503,7 @@ more information on their syntax, refer to the docs:
503
503
504
504
Docs:
505
505
`MySQL <https://dev.mysql.com/doc/refman/8.0/en/json-modification-functions.html#function_json-set >`__ /
506
- `MariaDB <https://mariadb.com/kb/en/json_set/ >`__.
506
+ `MariaDB <https://mariadb.com/docs/server/reference/sql-functions/special-functions/json-functions/json_set >`__.
507
507
508
508
.. code-block :: pycon
509
509
@@ -530,7 +530,7 @@ more information on their syntax, refer to the docs:
530
530
531
531
Docs:
532
532
`MySQL <https://dev.mysql.com/doc/refman/8.0/en/json-modification-functions.html#function_json-array-append >`__ /
533
- `MariaDB <https://mariadb.com/kb/en/json_array_append/ >`__.
533
+ `MariaDB <https://mariadb.com/docs/server/reference/sql-functions/special-functions/json-functions/json_array_append >`__.
534
534
535
535
.. code-block :: pycon
536
536
@@ -570,7 +570,7 @@ These are MariaDB 10.0+ only, and for use with ``DynamicField``.
570
570
examples below.
571
571
572
572
Docs:
573
- `MariaDB <https://mariadb.com/kb/en/mariadb/column_add/ >`__.
573
+ `MariaDB <https://mariadb.com/docs/server/reference/sql-functions/special-functions/dynamic-columns-functions/column_add >`__.
574
574
575
575
Usage examples:
576
576
@@ -597,7 +597,7 @@ These are MariaDB 10.0+ only, and for use with ``DynamicField``.
597
597
column". If you do mean that, use ``F('fieldname') ``.
598
598
599
599
Docs:
600
- `MariaDB <https://mariadb.com/kb/en/mariadb/column_delete/ >`__.
600
+ `MariaDB <https://mariadb.com/docs/server/reference/sql-functions/special-functions/dynamic-columns-functions/column_delete >`__.
601
601
602
602
Usage examples:
603
603
@@ -617,7 +617,7 @@ These are MariaDB 10.0+ only, and for use with ``DynamicField``.
617
617
documented for the ``DynamicField `` lookups.
618
618
619
619
Docs:
620
- `MariaDB <https://mariadb.com/kb/en/mariadb/column_get/ >`__.
620
+ `MariaDB <https://mariadb.com/docs/server/reference/sql-functions/special-functions/dynamic-columns-functions/column_get >`__.
621
621
622
622
Usage examples:
623
623
0 commit comments