i have wrote the following sql, it works on ms access but not in sql server. say syntax error near inner. i could nt find out the error any help?
UPDATE rptLastPurchase Rate INNER JOIN STOCK ON rptLastPurchase Rate.ID = STOCK.ID SET rptLastPurchase Rate.Rate = [stock].[rate]
UPDATE rptLastPurchase Rate INNER JOIN STOCK ON rptLastPurchase Rate.ID = STOCK.ID SET rptLastPurchase Rate.Rate = [stock].[rate]
Comment