#mysql
Read more stories on Hashnode
Articles with this tag
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...
The Mysql-LIKE Operator MySQL LIKE operator checks whether a specific character string matches a specified pattern. ... % is used to match any number...