InterviewSolution
Saved Bookmarks
| 1. |
How you can search for a specific string in a table column in MYSQL? |
|
Answer» We can perform various operations on strings as WELL as the substrings present in a table. In ORDER to search for a specific STRING in a table column, we can use REGEX operator for the same. |
|