Birth Day Calculation

Поиск
Список
Период
Сортировка
От Ashish Karalkar
Тема Birth Day Calculation
Дата
Msg-id 01d801c7c92b$317e83a0$170211ac@LIONKING.COM
обсуждение исходный текст
Ответы Re: Birth Day Calculation  (Osvaldo Rosario Kussama <osvaldo_kussama@yahoo.com.br>)
Список pgsql-sql
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...

В списке pgsql-sql по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Database Synchronization
Следующее
От: "Fernando Hevia"
Дата:
Сообщение: Re: Inserting an IF statement in the middle of a SELECT in pl/pgSQL code