Hi All
I am unable to modify the data within the following Query. Is this because there are multiple table joined together?
Is there a way around this? Once i receive the data that i retrieve, then i would like to modify them.
SELECT subtable.prodid, subtable.name, customers.forename
FROM customers, subtable
WHERE customers.forename=subtable.name;
Thanks
I am unable to modify the data within the following Query. Is this because there are multiple table joined together?
Is there a way around this? Once i receive the data that i retrieve, then i would like to modify them.
SELECT subtable.prodid, subtable.name, customers.forename
FROM customers, subtable
WHERE customers.forename=subtable.name;
Thanks