I need a way to substract to dates and get the result in days in sql.
I'm using PostgreSQL 8.4
I need a way to substract to dates and get the result in days in sql. I'm using PostgreSQL 8.4 |
||||
|
When both columns you want to subtract are of Take a look at the documentation for date functions, in particular table 9-25. |
|||||
|
Check here the documentation of PostgreSQl... postgresql.org/docs/8.4 I copied it from this code from this website:
hope it will help you... |
|||||
|