Welcome Guest, Not a member yet? Register   Sign In
best way to set concat in codeigniter?
#2

try 
$myquery = "CONCAT($itps, LPAD($itps_insert_id, 3, 0))";
or
$myquery = "CONCAT('" . $itps . "', LPAD('" . $itps_insert_id . "', 3, 0))";
Reply


Messages In This Thread
RE: best way to set concat in codeigniter? - by neuron - 12-26-2016, 11:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB