Jump to content

Not sure if this is possible


Shadowing

Recommended Posts

is it possible to add a statement in this select.

I only want this update to this column to happen if the column planet_tax_id is not equal to the column id

 

cant use the WHERE clause cause i have another  column updating also that isnt included in the code below

 

so is it possible to add a switch and still use the column in the switch

 

a = b ? a : b <<<< this type of switch forgot what its called Tarrany or something

 

"UPDATE planets SET tax_technology = planet_tax_id <> id ? 

tax_technology + ceil(laboratories * $laboratories_technology * efficiency * .05) 

: tax_technology 

WHERE id <> ''";

Link to comment
https://forums.phpfreaks.com/topic/267008-not-sure-if-this-is-possible/
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.