witchblade
Programmer
I am using software called BiQuery with a Teradata platform. The datatype of the timestamps is "timestamp". I need to qualify for a beginning and ending timestamp.
I've tried the following:
{'2001-08-01 00:00:00'}& {'2001-08-02 00:00:00'}
{'2001-08-01 00:00:00:000'}& {'2001-08-02 00:00:00:000'}
{'08/21/2001 00:00:00:000'}& {'08/22/2001 00:00:00:000'}
{'08/21/2001 00:00:00'} & {'08/22/2001 00:00:00'}
08/21/2001 12:00:00 AM & 08/22/2001 12:00:00 AM
{'2001-08-21 12:00:00 AM'} & {'2001-08-22 12:00:00 AM'}
{'08/21/2001 12:00:00 AM'} & {'08/22/2001 12:00:00 AM'}
The format used in Teradata for a regular date field is:
yyyy:mm:dd, but I don't know if that will be the case here, because the sample data shows me:MM/DD/YYYY HH:MM:SS:SSS AM.
Without qualifying, I'll get over 1Million rows.
Help????
I've tried the following:
{'2001-08-01 00:00:00'}& {'2001-08-02 00:00:00'}
{'2001-08-01 00:00:00:000'}& {'2001-08-02 00:00:00:000'}
{'08/21/2001 00:00:00:000'}& {'08/22/2001 00:00:00:000'}
{'08/21/2001 00:00:00'} & {'08/22/2001 00:00:00'}
08/21/2001 12:00:00 AM & 08/22/2001 12:00:00 AM
{'2001-08-21 12:00:00 AM'} & {'2001-08-22 12:00:00 AM'}
{'08/21/2001 12:00:00 AM'} & {'08/22/2001 12:00:00 AM'}
The format used in Teradata for a regular date field is:
yyyy:mm:dd, but I don't know if that will be the case here, because the sample data shows me:MM/DD/YYYY HH:MM:SS:SSS AM.
Without qualifying, I'll get over 1Million rows.
Help????