hi all
I try to run the query below it throw me an exception, error parsing , is there anywat to resolve it?
SELECT TYPE2.list_price as 'TYPE2'
FROM TBL_MST_PRICE TYPE2
WHERE
price_grp_code = (SELECT price_grp_code FROM TBL_MST_PRICE_GRP WHERE prd_code = '' AND cust_code = '')
No comments:
Post a Comment