MYSQL Console Tutorial #10 How to select records from a MYSQL table




In the tenth part for the MYSQL console tutorial series you will learn how to select records from a MYSQL table using the MYSQL command line. This MYSQL tutorial covers 3 examples: – Selecting…

Original source


3 responses to “MYSQL Console Tutorial #10 How to select records from a MYSQL table”

  1. Your created_date field has date and time values. What if you wanted to select users that were created on a certain date but did not care about the time. Would you use a wild card after the date value for the time value.

    ex: at 1:30 of your video the "created_date" field has dates and times under the "created_date" field. How would you run a query just to select specific dates only with no time values?

Leave a Reply