This parses ok, but when i try to execute i get the error:
Invalid object name 'CommerceCenterImport.dbo.p21_view_inv_mast'.
Server: Msg 208, Level 16, State 1, Line 1
SELECT "item_id","item_desc","alternate_code","product_group_id","delete_flag"
FROM "CommerceCenterImport"."dbo.p21_view_inv_mast" inner JOIN "CommerceCenterImport"."dbo"."p21_view_inv_loc" ON "p21_view_inv_mast"."inv_mast_uid"="p21_view_inv_loc"."inv_mast_uid"
,"p21_view_alternate_code" "alternate_code" left outer join "CommerceCenterImport"."dbo"."p21_view_alternate_code" on "p21_view_inv_mast"."inv_mast_uid"="p21_view_alternate_code"."inv_mast_uid"
WHERE "p21_view_alternate_code"."alternate_code" is null AND "p21_view_inv_loc" s >"100004" and "p21_view_inv_mast"."delete_flag"='N'
ORDER BY "p21_view_inv_mast"."item_id", "p21_view_alternate_code"."alternate_code"
Please help! this is driving me nuts![[cyclops] [cyclops] [cyclops]](/data/assets/smilies/cyclops.gif)
Kaiya
Invalid object name 'CommerceCenterImport.dbo.p21_view_inv_mast'.
Server: Msg 208, Level 16, State 1, Line 1
SELECT "item_id","item_desc","alternate_code","product_group_id","delete_flag"
FROM "CommerceCenterImport"."dbo.p21_view_inv_mast" inner JOIN "CommerceCenterImport"."dbo"."p21_view_inv_loc" ON "p21_view_inv_mast"."inv_mast_uid"="p21_view_inv_loc"."inv_mast_uid"
,"p21_view_alternate_code" "alternate_code" left outer join "CommerceCenterImport"."dbo"."p21_view_alternate_code" on "p21_view_inv_mast"."inv_mast_uid"="p21_view_alternate_code"."inv_mast_uid"
WHERE "p21_view_alternate_code"."alternate_code" is null AND "p21_view_inv_loc" s >"100004" and "p21_view_inv_mast"."delete_flag"='N'
ORDER BY "p21_view_inv_mast"."item_id", "p21_view_alternate_code"."alternate_code"
Please help! this is driving me nuts
![[cyclops] [cyclops] [cyclops]](/data/assets/smilies/cyclops.gif)
Kaiya