Re: [SQL] Birth Day Calculation

2007-07-18 Thread Osvaldo Rosario Kussama
Ashish Karalkar escreveu: Hello All, I want to diplay all the name of persons who falls in between given day and month something like select name from my_table mt where mt.date_of_birth between 7-Jul and 15 - Aug column date_of_birth is of date type SELECT name FROM my_table mt

[SQL] Birth Day Calculation

2007-07-18 Thread Ashish Karalkar
Hello All, I want to diplay all the name of persons who falls in between given day and month something like select name from my_table mt where mt.date_of_birth between 7-Jul and 15 - Aug column date_of_birth is of date type is there any way to do this Thanks in advance Ashish...