SELECT dp_id, dp_date, dp_amount, dp_winning, dp_date_time, dp_status, dp_month, dp_year FROM define_packages where dp_month=5 and dp_year=2026 and right(dp_date,2)=11 and dp_status='1' and dp_day_status='1'300
300

UPDATE define_packages SET dp_status='3' where dp_month=5 and dp_year=2026 and right(dp_date,2)=11 and dp_day_status='1'
select * from assign_pack where package_id=300
0