Psiclonik
02-25-02, 16:09
| is oracle capable of doing this? IF NOT EXISTS( SELECT item_id from PROJECT_WMS_TEMP where item_id = ITEM_ID) THEN BUILD_PROJECT_WMS_TEMP; End If; Thanks Christian |
View Full Version : IF NOT EXISTS in Oracle?
| is oracle capable of doing this? IF NOT EXISTS( SELECT item_id from PROJECT_WMS_TEMP where item_id = ITEM_ID) THEN BUILD_PROJECT_WMS_TEMP; End If; Thanks Christian |