Drop files here

SQL upload ( 0 ) x -

Press Ctrl+Enter to execute query Press Enter to execute query
ascending
descending
Order:
Debug SQL
Count
Execution order
Time taken
Order by:
Group queries
Ungroup queries
Collapse Expand Show trace Hide trace Count: Time taken:
Options
Restore default values
Collapse Expand Requery Edit Explain Profiling Query failed Database: Queried time:
Browse mode
Customize browse mode.
Browse mode
Documentation Use only icons, only text or both. Restore default value
Documentation Use only icons, only text or both. Restore default value
Documentation Whether a user should be displayed a "show all (rows)" button. Restore default value
Documentation Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown. Restore default value
Documentation SMART - i.e. descending order for columns of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise. Restore default value
Documentation Highlight row pointed by the mouse cursor. Restore default value
Documentation Highlight selected rows. Restore default value
Documentation Restore default value
Documentation Restore default value
Documentation Repeat the headers every X cells, 0 deactivates this feature. Restore default value
Documentation Maximum number of characters shown in any non-numeric column on browse view. Restore default value
Documentation These are Edit, Copy and Delete links. Restore default value
Documentation Whether to show row links even in the absence of a unique key. Restore default value
Documentation Default sort order for tables with a primary key. Restore default value
Documentation When browsing tables, the sorting of each table is remembered. Restore default value
Documentation For display Options Restore default value
SELECT * FROM `help_topic`
Full texts help_topic_id name help_category_id description example url
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 0
0 HELP_DATE 1 This help information was generated from the MySQL...
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 1
1 HELP_VERSION 1 This help information was generated from the MySQL...
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 2
2 AUTO_INCREMENT 2 The AUTO_INCREMENT attribute can be used to genera...
CREATE TABLE animals (
     id MEDIUMINT NOT NULL ...
https://dev.mysql.com/doc/refman/8.0/en/example-auto-increment.html
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 3
3 HELP COMMAND 3 Syntax:
mysql> help search_string

If you provide ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-server-side-help.html
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 4
4 TRUE 4 The constants TRUE and FALSE evaluate to 1 and 0, ... https://dev.mysql.com/doc/refman/8.0/en/boolean-literals.html
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 5
5 FALSE 4 The constants TRUE and FALSE evaluate to 1 and 0, ... https://dev.mysql.com/doc/refman/8.0/en/boolean-literals.html
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 6
6 BIT 2 BIT[(M)]

A bit-value type. M indicates the number...
https://dev.mysql.com/doc/refman/8.0/en/numeric-type-overview.html
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 7
7 TINYINT 2 TINYINT[(M)] [UNSIGNED] [ZEROFILL]

A very small i...
https://dev.mysql.com/doc/refman/8.0/en/numeric-type-overview.html
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 8
8 BOOLEAN 2 BOOL, BOOLEAN

These types are synonyms for TINYIN...
https://dev.mysql.com/doc/refman/8.0/en/numeric-type-overview.html
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 9
9 SMALLINT 2 SMALLINT[(M)] [UNSIGNED] [ZEROFILL]

A small integ...
https://dev.mysql.com/doc/refman/8.0/en/numeric-type-overview.html
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 10
10 MEDIUMINT 2 MEDIUMINT[(M)] [UNSIGNED] [ZEROFILL]

A medium-siz...
https://dev.mysql.com/doc/refman/8.0/en/numeric-type-overview.html
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 11
11 INT 2 INT[(M)] [UNSIGNED] [ZEROFILL]

A normal-size inte...
https://dev.mysql.com/doc/refman/8.0/en/numeric-type-overview.html
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 12
12 INTEGER 2 INTEGER[(M)] [UNSIGNED] [ZEROFILL]

This type is a...
https://dev.mysql.com/doc/refman/8.0/en/numeric-type-overview.html
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 13
13 BIGINT 2 BIGINT[(M)] [UNSIGNED] [ZEROFILL]

A large integer...
https://dev.mysql.com/doc/refman/8.0/en/numeric-type-overview.html
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 14
14 DECIMAL 2 DECIMAL[(M[,D])] [UNSIGNED] [ZEROFILL]

A packed "...
https://dev.mysql.com/doc/refman/8.0/en/numeric-type-overview.html
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 15
15 DEC 2 DEC[(M[,D])] [UNSIGNED] [ZEROFILL], NUMERIC[(M[,D]... https://dev.mysql.com/doc/refman/8.0/en/numeric-type-overview.html
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 16
16 FLOAT 2 FLOAT[(M,D)] [UNSIGNED] [ZEROFILL]

A small (singl...
https://dev.mysql.com/doc/refman/8.0/en/numeric-type-overview.html
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 17
17 DOUBLE 2 DOUBLE[(M,D)] [UNSIGNED] [ZEROFILL]

A normal-size...
https://dev.mysql.com/doc/refman/8.0/en/numeric-type-overview.html
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 18
18 DOUBLE PRECISION 2 DOUBLE PRECISION[(M,D)] [UNSIGNED] [ZEROFILL], REA... https://dev.mysql.com/doc/refman/8.0/en/numeric-type-overview.html
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 19
19 DATE 2 DATE

A date. The supported range is '1000-01-01' ...
https://dev.mysql.com/doc/refman/8.0/en/date-and-time-type-overview.html
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 20
20 DATETIME 2 DATETIME[(fsp)]

A date and time combination. The ...
https://dev.mysql.com/doc/refman/8.0/en/date-and-time-type-overview.html
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 21
21 TIMESTAMP 2 TIMESTAMP[(fsp)]

A timestamp. The range is '1970-...
https://dev.mysql.com/doc/refman/8.0/en/date-and-time-type-overview.html
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 22
22 TIME 2 TIME[(fsp)]

A time. The range is '-838:59:59.0000...
https://dev.mysql.com/doc/refman/8.0/en/date-and-time-type-overview.html
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 23
23 YEAR DATA TYPE 2 YEAR[(4)]

A year in four-digit format. MySQL disp...
https://dev.mysql.com/doc/refman/8.0/en/date-and-time-type-overview.html
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 24
24 CHAR 2 [NATIONAL] CHAR[(M)] [CHARACTER SET charset_name] ... https://dev.mysql.com/doc/refman/8.0/en/string-type-overview.html
With selected: With selected:
Query results operations