May 18, 2005 at 6:14 am
hi all
if there any function in postgres to get the number of days when we supplay month and year
May 18, 2005 at 8:03 am
You may want to do a datediff between the first day of the month you want the # of days for and the first day of the following month!
What is postgres ?
**ASCII stupid question, get a stupid ANSI !!!**
May 18, 2005 at 8:33 am
PostgreSQL is a free and open-source DBMS, but unlike MySQL it is a good implementation of SQL and about as complete as "the big ones". I do not know why soneone is asking questions about it here at a SQL Server site though.
May 18, 2005 at 10:03 am
I remain amazed at how much I learn from this site everyday - Chris - do you know EVERYTHING ?!
For Renjith - you may want to check this link:
http://techdocs.postgresql.org/techdocs/faqdatesintervals.php
**ASCII stupid question, get a stupid ANSI !!!**
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply