-4
I can’t seem to solve this comic book exercise.
Ask to use the sql date function. We have the date in day/month/year format, we have to extract the month. We have the seller table containing codvend, nomevend and dt_nasc.
Question: List all sellers who have birthday between January and June returning the name of the month.
Please, if anyone can help me, I’d be very grateful. Thank you.
Hello Marilia, and welcome from [pt.so]. The dynamics of the community is a little different, I recommend that you take a tour by [tour], [help] and mainly [Ask]. Post more information, your attempts and show the effort you made before bringing the question.
– Caputo
What is the format of your tables?
– Oralista de Sistemas
http://dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html Use date and time functions for this.
– Motta
You’ll have to do more research.
– KhaosDoctor