I'm trying to use this query:
$cert= 125125161241261241261;
$cert= $cert + 1;
INSERT into table (column) values ($cert);
however, when the insertion is done.
I get something like 12512516124126124+E17
or something like that.
I already have put the datatype into varchar(max)
and var_dump
'ed my variable
SQL Server 200x.