Welcome Guest, Not a member yet? Register   Sign In
Converting a query using the Query Builder
#2

Nvm, I got it working by just disabling the escape
PHP Code:
self::$db
    
->where("FIND_IN_SET('{$current_value}', {$column_name}) >"'0'FALSE)
    ->
set($column_name"REPLACE({$column_name}, '{$current_value}', '{$new_value}')"FALSE)
    ->
update($partition_table
Reply


Messages In This Thread
RE: Converting a query using the Query Builder - by jLinux - 09-18-2015, 07:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB