hi gys out there,
Here is the problem:
SELECT *
FROM cip$import
WHERE NOT
EXISTS (
SELECT *
FROM categories_description
WHERE categories_description.categories_name = cip$import.v_categories_name_1
)
This gives me error can someone please help me?
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --