Jump to content

Can someone explain to me


aeroswat

Recommended Posts

Because you are logically AND'ing the value 'AIDB Region-09' with Account='2' AND Region='9' AND Adult='1' AND Reallocations='0.00' and assigning that to systemName.

 

I suspect you meant to create a comma separated list of columns to UPDATE, rather than AND'ing values.

 

 

 

Because you are logically AND'ing the value 'AIDB Region-09' with Account='2' AND Region='9' AND Adult='1' AND Reallocations='0.00' and assigning that to systemName.

 

I suspect you meant to create a comma separated list of columns to UPDATE, rather than AND'ing values.

 

Oh. Thank you. I didn't know that the UPDATE queries separated the columns with commas instead. So used to using the logical keywords. Thanks again!

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.