I have table Orders like below - CREATE TABLE IF NOT EXISTS Orders ( Customer_id int(6) unsigned NOT NULL, order_id int(3) unsigned NO
Orders
Customer_id
order_id