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.

Documentation Use only icons, only text or both.
Documentation Use only icons, only text or both.
Documentation Whether a user should be displayed a "show all (rows)" button.
Documentation Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.
Documentation SMART - i.e. descending order for columns of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise.
Documentation Highlight row pointed by the mouse cursor.
Documentation Highlight selected rows.
Documentation
Documentation
Documentation Repeat the headers every X cells, 0 deactivates this feature.
Documentation Maximum number of characters shown in any non-numeric column on browse view.
Documentation These are Edit, Copy and Delete links.
Documentation Whether to show row links even in the absence of a unique key.
Documentation Default sort order for tables with a primary key.
Documentation When browsing tables, the sorting of each table is remembered.
Documentation For display Options
SELECT * FROM `REFERENTIAL_CONSTRAINTS` ORDER BY `UNIQUE_CONSTRAINT_CATALOG` ASC 
CONSTRAINT_CATALOG CONSTRAINT_SCHEMA CONSTRAINT_NAME UNIQUE_CONSTRAINT_CATALOG Ascending Descending 1 UNIQUE_CONSTRAINT_SCHEMA UNIQUE_CONSTRAINT_NAME MATCH_OPTION UPDATE_RULE DELETE_RULE TABLE_NAME REFERENCED_TABLE_NAME
def carpark fk_emergency_visitor def carpark PRIMARY NONE RESTRICT RESTRICT gate_emergency_log visitor_log
def guardtour patrol_rounds_ibfk_1 def guardtour PRIMARY NONE RESTRICT RESTRICT patrol_rounds patrol_schedules
def guardtour patrol_logs_ibfk_2 def guardtour PRIMARY NONE RESTRICT RESTRICT patrol_logs checkpoints
def guardtour patrol_logs_ibfk_1 def guardtour PRIMARY NONE RESTRICT RESTRICT patrol_logs patrol_rounds
def carpark fk_house def carpark PRIMARY NONE RESTRICT RESTRICT visitor_log houses_old
def carpark fk_houses_village def carpark PRIMARY NONE CASCADE RESTRICT houses villages