ADSM-L

Re: Select Question

2001-08-22 15:42:36
Subject: Re: Select Question
From: "Prather, Wanda" <Wanda.Prather AT JHUAPL DOT EDU>
Date: Wed, 22 Aug 2001 15:43:52 -0400
You can also use the date() and time() SQL function;

select date(start_time) pull out just the date part;  select
time(start_time) pulls out just the time part.

<Prev in Thread] Current Thread [Next in Thread>