codrgii Posted March 3, 2010 Share Posted March 3, 2010 i'm trying to update a column of a table by selecting two different values from 2 different tables, i'm doing - UPDATE table_temp SET sum = table_temp.Point - table_RATING.Point and when trying that it pops up an error saying The multi-part identifier "table_RATING.Point" could not be bound. does anyone know what i'm doing wrong and show some examples? Link to comment https://forums.phpfreaks.com/topic/194063-query-not-bound/ Share on other sites More sharing options...
ialsoagree Posted March 3, 2010 Share Posted March 3, 2010 This isn't a PHP question, but it appears you're using a table "table_RATING" without telling the database what that table is. Link to comment https://forums.phpfreaks.com/topic/194063-query-not-bound/#findComment-1021130 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.