Re: Retrieve month from date

Поиск
Список
Период
Сортировка
От RPK
Тема Re: Retrieve month from date
Дата
Msg-id 10105471.post@talk.nabble.com
обсуждение исходный текст
Ответ на Retrieve month from date  ("Rohit Khare" <rpk.general@gmail.com>)
Ответы Re: Retrieve month from date
Список pgsql-sql
Thanks both of you,

I ran EXPLAIN command on above suggested query and got following result:

"Aggregate  (cost=2.77..2.79 rows=1 width=10)"
"  ->  Seq Scan on studentfeespayment  (cost=0.00..2.77 rows=1 width=10)"
"        Filter: (date_part('month'::text, (recieptmonthyear)::timestamp
without time zone) = 4::double precision)"

What does this mean? Can I optimize it better?

-- 
View this message in context: http://www.nabble.com/Retrieve-month-from-date-tf3617513.html#a10105471
Sent from the PostgreSQL - sql mailing list archive at Nabble.com.



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

Предыдущее
От: Dmitry Turin
Дата:
Сообщение: Fwd: Re[2]: We all are looped on Internet: request + transport = invariant
Следующее
От: "Rodrigo De León"
Дата:
Сообщение: Re: Retrieve month from date