Hello,
Bit of basic sql here for you:
I have a table called "customer" and there is a field in customer called stand.
Stand is also a seperate table that is joined to customer.
However i would like to add the value of "1" into STAND on the CUSTOMER table and i was wondering if someone could tell me the sql to do this. So basically where there is nothing insert a value of 1 into stand on customer.
Cheers