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
Customise 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 `VIEWS`
Edit inline ] [ Edit ] [ Explain SQL ] [ Create PHP code ] [ Refresh ]
TABLE_CATALOG TABLE_SCHEMA TABLE_NAME VIEW_DEFINITION CHECK_OPTION IS_UPDATABLE DEFINER SECURITY_TYPE CHARACTER_SET_CLIENT COLLATION_CONNECTION ALGORITHM
def delivery_db latest_delivery_statuses_view
with latest_statuses as (select `dt`.`track_id` AS...
NONE YES root@localhost DEFINER utf8mb4 utf8mb4_unicode_ci UNDEFINED
def inventory_management clients_without_inventory
with period_dates as (select str_to_date(concat(ye...
NONE YES root@localhost DEFINER utf8mb4 utf8mb4_unicode_ci UNDEFINED
def inventory_management inventory_two_months_view
select date_format(`pq`.`updated_at`,'%Y-%m-01') A...
NONE NO invandapp@% DEFINER utf8mb4 utf8mb4_general_ci UNDEFINED
def inventory_management total_product_quantities_all_branches
select `p`.`product_id` AS `product_id`,`p`.`name`...
NONE NO root@localhost DEFINER utf8mb4 utf8mb4_general_ci UNDEFINED
def inventory_management total_product_quantities_per_branch
select `b`.`branch_id` AS `branch_id`,`b`.`branch_...
NONE NO root@localhost DEFINER utf8mb4 utf8mb4_general_ci UNDEFINED
def inventory_management view_client_products
with current_month_clients as (select distinct `cp...
NONE NO invandapp@% DEFINER utf8mb4 utf8mb4_general_ci UNDEFINED
def sales_inventory_db api_low_stock_alerts
select `p`.`name` AS `product_name`,`pv`.`variant_...
NONE YES root@localhost DEFINER utf8mb4 utf8mb4_unicode_ci UNDEFINED
def inventory_management get_salesman_inventory_by_date_range_new
with client_product_percentage as (select `s`.`id`...
NONE YES charitylog@% DEFINER utf8mb4 utf8mb4_general_ci UNDEFINED
def inventory_management inventory_view
select max(`cp`.`created_at`) AS `تاريخ الجرد`,max...
NONE NO invandapp@% DEFINER utf8mb4 utf8mb4_general_ci UNDEFINED
def sales_inventory_db api_stock_status
select `w`.`name` AS `warehouse_name`,`p`.`sku` AS...
NONE YES root@localhost DEFINER utf8mb4 utf8mb4_unicode_ci UNDEFINED
def warehouse_supplychain view_warehouse_keepers
select `wk`.`id` AS `keeper_record_id`,`wk`.`full_...
NONE YES root@localhost DEFINER utf8mb4 utf8mb4_unicode_ci UNDEFINED
def inventory_management inventory_view_custom_period
select `cp_data`.`last_created_at` AS `تاريخ الجرد...
NONE YES invandapp@% DEFINER utf8mb4 utf8mb4_general_ci UNDEFINED
def inventory_management monthly_client_product_inventory
select `cp`.`id` AS `client_product_id`,`cp`.`clie...
NONE NO root@localhost DEFINER utf8mb4 utf8mb4_unicode_ci UNDEFINED
def inventory_management sp_myreport
select `cp`.`updated_at` AS `تاريخ الجرد`,`c`.`cli...
NONE YES invandapp@% DEFINER utf8mb4 utf8mb4_general_ci UNDEFINED
def inventory_management inventory_view_custom_period_new
select `cp_data`.`last_created_at` AS `تاريخ الجرد...
NONE YES charitylog@% DEFINER utf8mb4 utf8mb4_general_ci UNDEFINED
def inventory_management total_product_quantities_per_area
select `a`.`area_id` AS `area_id`,`a`.`area_name` ...
NONE NO root@localhost DEFINER utf8mb4 utf8mb4_general_ci UNDEFINED
def inventory_management view_salesman_photo_clients_yearly
select `s`.`id` AS `رقم المندوب`,`s`.`name` AS `اس...
NONE NO invandapp@% DEFINER utf8mb4 utf8mb4_general_ci UNDEFINED
def inventory_management inventory_view_custom_period_roban
select `cp_data`.`last_created_at` AS `تاريخ الجرد...
NONE YES charitylog@% DEFINER utf8mb4 utf8mb4_general_ci UNDEFINED
def inventory_management view_salesman_photo_details
select `s`.`id` AS `رقم المندوب`,`s`.`name` AS `اس...
NONE YES invandapp@% DEFINER utf8mb4 utf8mb4_general_ci UNDEFINED
def inventory_management view_client_productsview_client_products
with current_month as (select `cp`.`id` AS `client...
NONE YES invandapp@% DEFINER utf8mb4 utf8mb4_general_ci UNDEFINED
def inventory_management view_salesman_photo_progress
select distinct `s`.`id` AS `رقم المندوب`,`s`.`nam...
NONE NO root@localhost DEFINER utf8mb4 utf8mb4_general_ci UNDEFINED
def inventory_management view_salesman_photo_progress_filtered
select `s`.`id` AS `salesman_id`,`s`.`name` AS `sa...
NONE NO root@localhost DEFINER utf8mb4 utf8mb4_unicode_ci UNDEFINED
def inventory_management view_sweet_salesman_category_progress
select extract(year from `cp`.`created_at`) AS `sa...
NONE NO invandapp@% DEFINER utf8mb4 utf8mb4_general_ci UNDEFINED
def sales_inventory_db api_customer_statements
select `pa`.`id` AS `party_id`,`pa`.`name` AS `cus...
NONE YES root@localhost DEFINER utf8mb4 utf8mb4_unicode_ci UNDEFINED
def mysql user
select `mysql`.`global_priv`.`Host` AS `Host`,`mys...
NONE YES root@localhost DEFINER latin1 latin1_swedish_ci UNDEFINED
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