MySQL Tips and Tricks
1. String Data type change Query
ALTER TABLE table_name MODIFY remark VARCHAR(65535);
the above query is medium text data type column should return on describe the
2.Mysql CAST()
The CAST() function in MySQL is used to convert a value from one da...
ramustar.hashnode.dev3 min read