Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 204
204
YEARWEEK
31
Syntax:
YEARWEEK(date), YEARWEEK(date,mode)
Retur...
MariaDB> SELECT YEARWEEK('1987-01-01');
->...
https://mariadb.com/kb/en/yearweek/
Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 364
364
YEAR
31
Syntax:
YEAR(date)
Returns the year for date, in ...
MariaDB> SELECT YEAR('1987-01-01');
-> 198...
https://mariadb.com/kb/en/year/
Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 287
287
YEAR DATA TYPE
22
YEAR[(2|4)]
A year in two-digit or four-digit for...
https://mariadb.com/kb/en/year-data-type/
Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 400
400
Y
11
Y(p)
Returns the Y-coordinate value for the Point...
MariaDB> SELECT Y(POINT(56.7, 53.34));
+----------...
https://mariadb.com/kb/en/y/
Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 197
197
XOR
15
Syntax:
XOR
Logical XOR. Returns NULL if either o...
MariaDB> SELECT 1 XOR 1;
-> 0
MariaDB> SEL...
https://mariadb.com/kb/en/xor/
Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 317
317
X
11
X(p)
Returns the X-coordinate value for the Point...
MariaDB> SELECT X(POINT(56.7, 53.34));
+----------...
https://mariadb.com/kb/en/x/
Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 247
247
WKT DEFINITION
3
The Well-Known Text (WKT) representation of Geomet...
https://mariadb.com/kb/en/wkt-definition/
Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 31
31
WITHIN
30
Within(g1,g2)
Returns 1 or 0 to indicate whether ...
https://mariadb.com/kb/en/within/
Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 496
496
WHILE
23
Syntax:
[begin_label:] WHILE search_condition DO
...
CREATE PROCEDURE dowhile()
BEGIN
DECLARE v1 INT ...
https://mariadb.com/kb/en/while/
Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 267
267
WEEKOFYEAR
31
Syntax:
WEEKOFYEAR(date)
Returns the calendar wee...
MariaDB> SELECT WEEKOFYEAR('2008-02-20');
...
https://mariadb.com/kb/en/weekofyear/
Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 371
371
WEEKDAY
31
Syntax:
WEEKDAY(date)
Returns the weekday index f...
MariaDB> SELECT WEEKDAY('2008-02-03 22:23:00');
...
https://mariadb.com/kb/en/weekday/
Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 32
32
WEEK
31
Syntax:
WEEK(date[,mode])
This function returns t...
MariaDB> SELECT WEEK('2008-02-20');
-> 7
M...
https://mariadb.com/kb/en/week/
Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 505
505
VERSION
17
Syntax:
VERSION()
Returns a string that indicates...
MariaDB> SELECT VERSION();
-> '5.5.29-stan...
https://mariadb.com/kb/en/version/
Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 11
11
VAR_SAMP
16
Syntax:
VAR_SAMP(expr)
Returns the sample varianc...
https://mariadb.com/kb/en/var_samp/
Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 157
157
VAR_POP
16
Syntax:
VAR_POP(expr)
Returns the population stan...
https://mariadb.com/kb/en/var_pop/
Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 8
8
VARIANCE
16
Syntax:
VARIANCE(expr)
Returns the population sta...
https://mariadb.com/kb/en/variance/
Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 257
257
VARCHAR
22
[NATIONAL] VARCHAR(M) [CHARACTER SET charset_name]...
https://mariadb.com/kb/en/varchar/
Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 303
303
VARBINARY
22
VARBINARY(M)
The VARBINARY type is similar to the...
https://mariadb.com/kb/en/varbinary/
Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 341
341
VALUES
14
Syntax:
VALUES(col_name)
In an INSERT ... ON DUPL...
MariaDB> INSERT INTO table (a,b,c) VALUES (1,2,3),...
https://mariadb.com/kb/en/values/
Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 412
412
UUID_SHORT
14
Syntax:
UUID_SHORT()
Returns a "short" universal ...
MariaDB> SELECT UUID_SHORT();
-> 923957838...
https://mariadb.com/kb/en/uuid_short/
Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 44
44
UUID
14
Syntax:
UUID()
Returns a Universal Unique Identif...
MariaDB> SELECT UUID();
-> '6ccd780c-baba-...
https://mariadb.com/kb/en/uuid/
Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 442
442
UTC_TIMESTAMP
31
Syntax:
UTC_TIMESTAMP, UTC_TIMESTAMP()
Returns th...
MariaDB> SELECT UTC_TIMESTAMP(), UTC_TIMESTAMP() +...
https://mariadb.com/kb/en/utc_timestamp/
Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 404
404
UTC_TIME
31
Syntax:
UTC_TIME, UTC_TIME()
Returns the current ...
MariaDB> SELECT UTC_TIME(), UTC_TIME() + 0;
...
https://mariadb.com/kb/en/utc_time/
Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 431
431
UTC_DATE
31
Syntax:
UTC_DATE, UTC_DATE()
Returns the current ...
MariaDB> SELECT UTC_DATE(), UTC_DATE() + 0;
...
https://mariadb.com/kb/en/utc_date/
Edit
Copy
Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 461
461
USER
17
Syntax:
USER()
Returns the current MySQL user nam...
MariaDB> SELECT USER();
-> 'davida@localho...
https://mariadb.com/kb/en/user/