|
shabbsali
Starting Member
United Kingdom
1 Posts |
Posted - 07/24/2012 : 05:30:42
|
HI
I just need a bit of help what is the SQL for this query which is currently in MS Access? I have read that i can use a Distinct or If exists??
UPDATE DISTINCTROW (InvoiceData INNER JOIN [Products TCS] ON InvoiceData.Product = [Products TCS].Product) INNER JOIN [In Rates Group T Temp] ON (InvoiceData.SursiteCode = [In Rates Group T Temp].SuresiteCode) AND ([Products TCS].SchemeName = [In Rates Group T Temp].Scheme) SET InvoiceData.Inrate = [ChargeValue] WHERE (((InvoiceData.Inrate) Is Null));
Thanks in advance
Too many people spend money they haven’t earned, to buy things they don’t want, to impress people they don’t like! |
|