Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Friday, October 28, 2022
MySQL casting from decimal to string - mysql cast to varchar - mysql convert decimal to string char varchar
MySQL - casting from decimal to string
select CAST(ROUND(345345345345345345345353453453453454.4345345,6) AS CHAR(65)) AS 'big_number';
don't try to cast to varchar, there is a
bug at MySQL end
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment