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 `TRIGGERS`
Edit inline ] [ Edit ] [ Explain SQL ] [ Create PHP code ] [ Refresh ]
TRIGGER_CATALOG TRIGGER_SCHEMA TRIGGER_NAME EVENT_MANIPULATION EVENT_OBJECT_CATALOG EVENT_OBJECT_SCHEMA EVENT_OBJECT_TABLE ACTION_ORDER ACTION_CONDITION ACTION_STATEMENT ACTION_ORIENTATION ACTION_TIMING ACTION_REFERENCE_OLD_TABLE ACTION_REFERENCE_NEW_TABLE ACTION_REFERENCE_OLD_ROW ACTION_REFERENCE_NEW_ROW CREATED SQL_MODE DEFINER CHARACTER_SET_CLIENT COLLATION_CONNECTION DATABASE_COLLATION
def charity trg_AfterDelete DELETE def charity non_recipient_beneficiaries 1 NULL
BEGIN
    INSERT INTO non_recipient_beneficiaries...
ROW AFTER NULL NULL OLD NEW 2025-02-13 14:06:08.87 NO_ZERO_IN_DATE,NO_ZERO_DATE,NO_ENGINE_SUBSTITUTIO... root@localhost utf8mb4 utf8mb4_unicode_ci utf8mb4_general_ci
def charity_test trg_AfterDelete DELETE def charity_test non_recipient_beneficiaries 1 NULL
BEGIN
    INSERT INTO non_recipient_beneficiaries...
ROW AFTER NULL NULL OLD NEW 2025-05-13 17:51:53.24 NO_AUTO_VALUE_ON_ZERO root@localhost utf8mb4 utf8mb4_unicode_ci utf8mb4_general_ci
def delivery_db after_bill_insert INSERT def delivery_db bills_tbl 1 NULL
BEGIN
    UPDATE bill_loads_tbl bl
    SET bl.lo...
ROW AFTER NULL NULL OLD NEW 2025-04-24 16:28:12.60 NO_ZERO_IN_DATE,NO_ZERO_DATE,NO_ENGINE_SUBSTITUTIO... root@localhost utf8mb4 utf8mb4_unicode_ci utf8mb4_general_ci
def delivery_db after_bill_update UPDATE def delivery_db bills_tbl 1 NULL
BEGIN
    -- Update for the old load_id (if it ch...
ROW AFTER NULL NULL OLD NEW 2025-04-24 16:28:53.78 NO_ZERO_IN_DATE,NO_ZERO_DATE,NO_ENGINE_SUBSTITUTIO... root@localhost utf8mb4 utf8mb4_unicode_ci utf8mb4_general_ci
def delivery_db after_bill_delete DELETE def delivery_db bills_tbl 1 NULL
BEGIN
    UPDATE bill_loads_tbl bl
    SET bl.lo...
ROW AFTER NULL NULL OLD NEW 2025-04-24 16:29:09.47 NO_ZERO_IN_DATE,NO_ZERO_DATE,NO_ENGINE_SUBSTITUTIO... root@localhost utf8mb4 utf8mb4_unicode_ci utf8mb4_general_ci
def delivery_db trg_update_delivery INSERT def delivery_db delivery_tracking_tbl 1 NULL
BEGIN
    DECLARE v_latitude DECIMAL(10,6);
    ...
ROW BEFORE NULL NULL OLD NEW 2025-04-24 15:16:59.84 NO_ZERO_IN_DATE,NO_ZERO_DATE,NO_ENGINE_SUBSTITUTIO... root@localhost utf8mb4 utf8mb4_unicode_ci utf8mb4_general_ci
def delivery_db trg_sync_load_status_after_change INSERT def delivery_db delivery_tracking_tbl 1 NULL
BEGIN
    CALL sp_update_load_status(NEW.load_id)...
ROW AFTER NULL NULL OLD NEW 2025-03-24 22:48:59.54 NO_ZERO_IN_DATE,NO_ZERO_DATE,NO_ENGINE_SUBSTITUTIO... root@localhost utf8mb4 utf8mb4_unicode_ci utf8mb4_general_ci
def delivery_db trg_sync_load_status_after_update UPDATE def delivery_db delivery_tracking_tbl 1 NULL
BEGIN
    -- Only trigger if status_id actually c...
ROW AFTER NULL NULL OLD NEW 2025-03-24 22:48:59.57 NO_ZERO_IN_DATE,NO_ZERO_DATE,NO_ENGINE_SUBSTITUTIO... root@localhost utf8mb4 utf8mb4_unicode_ci utf8mb4_general_ci
def delivery_db trg_sync_load_status_after_delete DELETE def delivery_db delivery_tracking_tbl 1 NULL
BEGIN
    CALL sp_update_load_status(OLD.load_id)...
ROW AFTER NULL NULL OLD NEW 2025-03-24 22:48:59.56 NO_ZERO_IN_DATE,NO_ZERO_DATE,NO_ENGINE_SUBSTITUTIO... root@localhost utf8mb4 utf8mb4_unicode_ci utf8mb4_general_ci
def inventory_management set_client_photos_category_before_insert INSERT def inventory_management client_photos 1 NULL
BEGIN
    -- Only set category if it's NULL and i...
ROW BEFORE NULL NULL OLD NEW 2025-08-30 08:03:45.92 NO_ZERO_IN_DATE,NO_ZERO_DATE,NO_ENGINE_SUBSTITUTIO... invandapp@% utf8mb4 utf8mb4_general_ci utf8mb4_general_ci
def jobapplications before_applicants_delete DELETE def jobapplications applicants 1 NULL
BEGIN
    DELETE FROM employees_completing_proced...
ROW BEFORE NULL NULL OLD NEW 2025-06-28 17:24:58.75 NO_ZERO_IN_DATE,NO_ZERO_DATE,NO_ENGINE_SUBSTITUTIO... root@localhost utf8mb4 utf8mb4_unicode_ci utf8mb4_general_ci
def sales_inventory_db trg_batch_after_insert INSERT def sales_inventory_db batches 1 NULL
BEGIN
    INSERT INTO inventory_transactions (
 ...
ROW AFTER NULL NULL OLD NEW 2025-12-18 15:27:45.19 NO_AUTO_VALUE_ON_ZERO root@localhost utf8mb4 utf8mb4_unicode_ci utf8mb4_general_ci
def sales_inventory_db trg_batch_after_update_check_low_stock UPDATE def sales_inventory_db batches 1 NULL
BEGIN
    DECLARE reorder_point INT DEFAULT 0;
 ...
ROW AFTER NULL NULL OLD NEW 2025-12-18 15:27:45.21 NO_AUTO_VALUE_ON_ZERO root@localhost utf8mb4 utf8mb4_unicode_ci utf8mb4_general_ci
def jobapplications after_applicants_insert INSERT def jobapplications applicants 1 NULL
BEGIN
    IF NEW.FinalInterviewResult = 2 THEN
 ...
ROW AFTER NULL NULL OLD NEW 2025-06-29 20:34:47.56 NO_ZERO_IN_DATE,NO_ZERO_DATE,NO_ENGINE_SUBSTITUTIO... root@localhost utf8mb4 utf8mb4_unicode_ci utf8mb4_general_ci
def jobapplications after_applicants_update UPDATE def jobapplications applicants 1 NULL
BEGIN
    DECLARE govID INT;

    -- Get Govern...
ROW AFTER NULL NULL OLD NEW 2025-06-29 20:37:03.88 NO_ZERO_IN_DATE,NO_ZERO_DATE,NO_ENGINE_SUBSTITUTIO... root@localhost utf8mb4 utf8mb4_unicode_ci utf8mb4_general_ci
def sales_inventory_db trg_batch_after_update_check_expiry UPDATE def sales_inventory_db batches 2 NULL
BEGIN
    IF NEW.expiry_date IS NOT NULL AND NEW....
ROW AFTER NULL NULL OLD NEW 2025-12-18 15:27:45.22 NO_AUTO_VALUE_ON_ZERO root@localhost utf8mb4 utf8mb4_unicode_ci utf8mb4_general_ci
def sales_inventory_db trg_invoice_before_insert INSERT def sales_inventory_db invoices 1 NULL
BEGIN
    IF NEW.invoice_number IS NULL OR NEW.in...
ROW BEFORE NULL NULL OLD NEW 2025-12-18 15:27:45.18 NO_AUTO_VALUE_ON_ZERO root@localhost utf8mb4 utf8mb4_unicode_ci utf8mb4_general_ci
def sales_inventory_db trg_purchase_order_before_insert INSERT def sales_inventory_db purchase_orders 1 NULL
BEGIN
    IF NEW.po_number IS NULL OR NEW.po_numb...
ROW BEFORE NULL NULL OLD NEW 2025-12-18 15:27:45.16 NO_AUTO_VALUE_ON_ZERO root@localhost utf8mb4 utf8mb4_unicode_ci utf8mb4_general_ci
def sales_inventory_db trg_sales_order_before_insert INSERT def sales_inventory_db sales_orders 1 NULL
BEGIN
    IF NEW.order_number IS NULL OR NEW.orde...
ROW BEFORE NULL NULL OLD NEW 2025-12-18 15:27:45.15 NO_AUTO_VALUE_ON_ZERO root@localhost utf8mb4 utf8mb4_unicode_ci utf8mb4_general_ci
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