Jump to content

query not bound?


codrgii

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.