I want to append a String to a value in a table something like Before Query value = 451,654 After Executing Query It Should Be = 451,654,456
UPDATE `orders` SET `instalments`= ??? WHERE `order_id`= 24
What Should I Replace The Questions Marks '???' with In The Above Query To Achieve The Desired Result?