On Thu, 12 Oct 2000, Jean-Christophe Boggio wrote: <snip> > portion of the day (although I don't know --yet-- how to convert > date2-date1 to an integer, trunc does not work). reltime(date2-date1)::int Will subtract date1 from date2, then cast it to an integer. John
- [SQL] if else query help Brian C. Doyle
- Re: [SQL] if else query help Jean-Christophe Boggio
- Re: [SQL] if else query help Josh Berkus
- Re: [SQL] if else query help Jie Liang
- John McKown