Delete demo Version from crm


DELETE FROM `tblcontracts` WHERE STATUS = 0 and created_on < '2022-06-10'


Select * from `tblcontracts` WHERE STATUS = 0 and created_on < '2024-08-10';

Did you find this article useful?