MySQL Tutorial 31 – How to Search your Database using Like and Wildcards




HELP ME! http://www.patreon.com/calebcurry Subscribe to my newsletter: http://eepurl.com/-8qtH Donate!: http://bit.ly/DonateCTVM2.

source


16 responses to “MySQL Tutorial 31 – How to Search your Database using Like and Wildcards”

  1. Hellow bro.. i have a problem in importing a csv file with a chinese letters on it. but after the importaiton in mysql is completed it does not display the chinese characters normally '???' but if i input the chinese characters inside the mysql it can display normally. hope you can suggest something… thanks..

  2. _ % actually does have a use over just %. % will be 0 or more characters while _ % will be 1 or more characters and _ _ % will be 2 or more characters.

    For example if you want to find all words that start with 'a' and are at least 4 characters long you can use a _ _ _ %.

  3. Hi Caleb I would just like to thank you for this series of videos I have been trying to teach myself MYSQL for a long time and have made more progress in a week with these than all my other info in two years you obviously teach at my adsorption level. At my time of life things don't go into storage as fast I have taught my self how to build websites and am pretty confident with gimp but MYSQL was just a mystery until I found your series.

Leave a Reply