Guest_imported
New member
- Jan 1, 1970
- 0
update file1 inner join file2
on file1.field = file2.samefield
set file1.field2 = file2.samefield2
where file1.field2 = ' YES '
I've got syntax problem.
Any suugestion would be appreciate.
on file1.field = file2.samefield
set file1.field2 = file2.samefield2
where file1.field2 = ' YES '
I've got syntax problem.
Any suugestion would be appreciate.