MySQL Forums
Forum List  »  PHP

Search help
Posted by: Jebastin Franklin
Date: September 23, 2014 07:41AM

I have an mysql table wich contains data like this (B.E,B.TECH,M.B.A Etc)
While i fetching data from data base by using this query :

(SELECT *
FROM `college_course`
WHERE `coursename` LIKE '%be%')

B.E is not displaying in the result.

So, please guide me to how to retrive like this data from mysql.

Options: ReplyQuote


Subject
Written By
Posted
Search help
September 23, 2014 07:41AM
September 23, 2014 11:55AM
September 24, 2014 04:32AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.