Hello friends, I want to analyze the zodiac signs of the people in the database I have. For example, Aries consists of people born between March 21 and April 20. How can I query this? I tried to write it like this: "SELECT * FROM mebis.Alumni WHERE Alumni.birthdate BETWEEN '03-21' AND '04-20' but I am getting an error.