Welcome Guest, Not a member yet? Register   Sign In
How to remove the first word From Mysql Table?
#7

(05-08-2021, 07:11 AM)wdeda Wrote: Below, assuming you are using CI 4, the query needed to perform the action:
PHP Code:
$db $this->db;
$id '1';
$query $db->table('items')
->
select('Coupon_codes')
->
where('id'$id)
->
delete(); 


Hi, Can You tell me How to remove the first word From Mysql Table?
I Want To Update My Mysql Table and Want to remove The first word From My Mysql Table.. Table Contact Text ...
Reply


Messages In This Thread
RE: How to remove the first word From Mysql Table? - by litecoin90 - 05-08-2021, 09:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB