Drop files here

SQL upload ( 0 ) x -

Page-related settings Click on the bar to scroll to top of page
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 :
Bookmarks
Refresh
Add
No bookmarks
Add bookmark
Options
Set default





Collapse Expand Requery Edit Explain Profiling Bookmark 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` ORDER BY `help_category_id` DESC 
Edit inline ] [ Edit ] [ Explain SQL ] [ Create PHP code ] [ Refresh ]
Full texts help_topic_id name help_category_id Descending Ascending 1 description example url
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 9
9 DROP SERVER 39 Syntax:
DROP SERVER [ IF EXISTS ] server_name

Dro...
https://mariadb.com/kb/en/drop-server/
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 22
22 CREATE TRIGGER 39 Syntax:
CREATE
   [DEFINER = { user | CURRENT_USE...
https://mariadb.com/kb/en/create-trigger/
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 30
30 DROP VIEW 39 Syntax:
DROP VIEW [IF EXISTS]
   view_name [, vie...
https://mariadb.com/kb/en/drop-view/
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 87
87 DROP INDEX 39 Syntax:
DROP [ONLINE|OFFLINE] INDEX index_name ON ...
https://mariadb.com/kb/en/drop-index/
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 89
89 CREATE EVENT 39 Syntax:
CREATE
   [DEFINER = { user | CURRENT_USE...
https://mariadb.com/kb/en/create-event/
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 110
110 RENAME TABLE 39 Syntax:
RENAME TABLE tbl_name TO new_tbl_name
   ...
CREATE TABLE new_table (...);
RENAME TABLE old_tab...
https://mariadb.com/kb/en/rename-table/
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 155
155 CREATE DATABASE 39 Syntax:
CREATE {DATABASE | SCHEMA} [IF NOT EXISTS]...
https://mariadb.com/kb/en/create-database/
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 159
159 ALTER VIEW 39 Syntax:
ALTER
   [ALGORITHM = {UNDEFINED | MERGE ...
https://mariadb.com/kb/en/alter-view/
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 186
186 DROP DATABASE 39 Syntax:
DROP {DATABASE | SCHEMA} [IF EXISTS] db_na...
https://mariadb.com/kb/en/drop-database/
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 194
194 CREATE TABLESPACE 39 Syntax:
CREATE TABLESPACE tablespace_name
   ADD ...
https://mariadb.com/kb/en/create-tablespace/
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 210
210 CREATE INDEX 39 Syntax:
CREATE [ONLINE|OFFLINE] [UNIQUE|FULLTEXT|S...
https://mariadb.com/kb/en/create-index/
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 211
211 CREATE FUNCTION 39 The CREATE FUNCTION statement is used to create st... https://mariadb.com/kb/en/create-function/
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 212
212 ALTER DATABASE 39 Syntax:
ALTER {DATABASE | SCHEMA} [db_name]
   al...
https://mariadb.com/kb/en/alter-database/
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 226
226 ALTER LOGFILE GROUP 39 Syntax:
ALTER LOGFILE GROUP logfile_group
   ADD ...
https://mariadb.com/kb/en/alter-logfile-group/
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 233
233 ALTER FUNCTION 39 Syntax:
ALTER FUNCTION func_name [characteristic ....
https://mariadb.com/kb/en/alter-function/
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 263
263 DROP TRIGGER 39 Syntax:
DROP TRIGGER [IF EXISTS] [schema_name.]tri...
https://mariadb.com/kb/en/drop-trigger/
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 276
276 DROP TABLE 39 Syntax:
DROP [TEMPORARY] TABLE [IF EXISTS]
   tbl...
https://mariadb.com/kb/en/drop-table/
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 300
300 DROP EVENT 39 Syntax:
DROP EVENT [IF EXISTS] event_name

This st...
https://mariadb.com/kb/en/drop-event/
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 302
302 CREATE PROCEDURE 39 Syntax:
CREATE
   [DEFINER = { user | CURRENT_USE...
https://mariadb.com/kb/en/create-procedure/
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 321
321 TRUNCATE TABLE 39 Syntax:
TRUNCATE [TABLE] tbl_name

TRUNCATE TABLE ...
https://mariadb.com/kb/en/truncate-table/
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 373
373 ALTER SERVER 39 Syntax:
ALTER SERVER  server_name
   OPTIONS (opt...
ALTER SERVER s OPTIONS (USER 'sally');

https://mariadb.com/kb/en/alter-server/
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 405
405 DROP FUNCTION 39 The DROP FUNCTION statement is used to drop stored... https://mariadb.com/kb/en/drop-function/
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 406
406 ALTER EVENT 39 Syntax:
ALTER
   [DEFINER = { user | CURRENT_USER...
https://mariadb.com/kb/en/alter-event/
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 415
415 DROP TABLESPACE 39 Syntax:
DROP TABLESPACE tablespace_name
   ENGINE...
https://mariadb.com/kb/en/drop-tablespace/
Edit Edit Copy Copy Delete Delete
DELETE FROM help_topic WHERE `help_topic`.`help_topic_id` = 416
416 DROP PROCEDURE 39 Syntax:
DROP {PROCEDURE | FUNCTION} [IF EXISTS] sp...
https://mariadb.com/kb/en/drop-procedure/
With selected: With selected:
Query results operations Copy to clipboard Copy to clipboard Export Export Display chart Display chart Create view Create view
Bookmark this SQL query Bookmark this SQL query