Viewing post 1 (of 1 total)
Thanks for the response.
The update does not have a sub query in, it is a straight forward statement :
updatetable1
set fld1= ltrim(rtrim(table3.title)+' '+ rtrim(table3.forenames)+' ' + rtrim(table3.surname))
from table1...
October 10, 2008 at 2:04 am
#883294