2024 Jan 12 11:57 AM
Hello Masters,
I want to delete those that are not equal to s_dispo in the "gt_data lot" table, but those with empty "s_dispo(dispo)" in the "gt_data lot" table should not be deleted.
How can I do that ?
Thanks
2024 Jan 12 12:43 PM
DELETE gt_lot_data WHERE dispo IS NOT INITIAL AND dispo NOT IN s_dispo.
2024 Jan 12 12:43 PM
DELETE gt_lot_data WHERE dispo IS NOT INITIAL AND dispo NOT IN s_dispo.
2024 Jan 12 12:55 PM
2024 Jan 12 12:43 PM
2024 Jan 12 12:56 PM