get this from my database:
252.587254564
Well i wanna remove the .587254564 and keep the 252, how can i do that?
.587254564
252
Convert the float number to string, and use intval to convert it to integer will give you 1990
intval(("19.90"*100).'')