I keep getting MySQL error # 1054 while trying to execute this update request:
UPDATE MASTER_USER_PROFILE, TRAN_USER_BRANCH SET MASTER_USER_PROFILE.fellow=`y` WHERE MASTER_USER_PROFILE.USER_ID = TRAN_USER_BRANCH.USER_ID AND TRAN_USER_BRANCH.BRANCH_ID = 17
This is probably a syntax error, but I tried to use the inner join and other changes, but I keep getting the same message:
Unknown column 'y' in 'field list'
sql mysql mysql-error-1054
me_here Aug 28 '09 at 10:38 2009-08-28 10:38
source share