Posts

Showing posts from October, 2015

MySQL: How to find the column values having double quotes?

If  you are having a table. In the table you have list of columns Table name: Specification --------------------------- Spec Id    Title text                                                       ISBN                            Publisher name 1             Introduction to "Java Programming"            9789058699872           Pearson Education 2             Introducti...