just checking - Mailing list pgsql-sql

From postgresql
Subject just checking
Date
Msg-id 200108221932.f7MJWrP11421@postgresql.org
Whole thread Raw
List pgsql-sql
At times things seem just too easy, so I want to confirm that this is the 
correct syntax.

I am looking for the interval (aging) for these invoices. I guess I am 
concerned because I guessed at the syntax. Is there a better way to do 
this?

billdate is type 'date'

SELECT ('now'-billdate) FROM fcinvoiced WHERE client = 'smith';

Ted




pgsql-sql by date:

Previous
From: "Albert REINER"
Date:
Subject: Re: How to execute a system file in procedure?
Next
From: Murray Hobbs
Date:
Subject: protected ON DELETE CASCADE