Re: [SQL] How to convert 3 colums to timestamp with timezone

2004-10-03 Thread Bruno Wolff III
On Sun, Oct 03, 2004 at 22:50:13 +0200, Jens Arnfelt <[EMAIL PROTECTED]> wrote: > Hi There! > > Hope this is an easy one :-D > > How do I convert 3 individuel colums with type "date", "time" and > "integer" to at timestamp with timexone? > > eg. tabel > cStartUnixtimecStartTimecStart

[SQL] How to convert 3 colums to timestamp with timezone

2004-10-03 Thread Jens Arnfelt
Hi There! Hope this is an easy one :-D How do I convert 3 individuel colums with type "date", "time" and "integer" to at timestamp with timexone? eg. tabel cStartUnixtimecStartTimecStartZone 09-24-200410:27:12-2 This I have to present as an timestamp with timezone. Thanks in advan