The table A contains following two records ‘111a’ and ‘111A’, if you want to select only ‘111A’ record using following those queries it will outputs both the records instead outputting single records. Queries are SELECT * FROM table_A WHERE value….. Read More >>>>
Continue Reading »How to select only uppercase or lowercase records from mysql table
