so i need to limit my query by the month 09 in my function but I can't seem to figure out the where portion. i have it written as such
''' select fname, lname, dob as 'Sept Birthdays' '''from student '''where dob = '%09%' '''order by name;
everything I seem to be reading on this site and in my notes doesn't really give me a working answer. as I have the data in the table itself as a yyyy-mm-dd format I just want the mm. any help?
the table set I'm working with is this table set these are all fake names btw so I'm not giving out any information. sorry if this is a duplicate but I cant find the duplicate hence this question.