somebody please help me....
i want to create function to count a number of mount between 2 date.
in microsoftsql we can use datediff(month, fromdate,todate ) , or in oracle we use monthbetween... .what about in postgresql ?
or somebody can write for me the function please ?
thanks a lot....
i want to create function to count a number of mount between 2 date.
in microsoftsql we can use datediff(month, fromdate,todate ) , or in oracle we use monthbetween... .what about in postgresql ?
or somebody can write for me the function please ?
thanks a lot....
Comment