Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
decimal
.
Show all posts
Showing posts with label
decimal
.
Show all posts
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 C...
Monday, March 6, 2017
Illegal mix of collations for operation 'UNION'
›
I don't know for how many reason this error occurred but I found it when going to create a view using two tables using UNION. There ...
Wednesday, September 4, 2013
MySql cast or convert data(integer, float, double, decimal, date, etc...) as character/string
›
Fiddle link You will need to cast or convert as a CHAR datatype, there is no varchar datatype that you can cast/convert data to:...
›
Home
View web version