Hi,
I'm new to DB2.
I'm connecting to a remote database through command line processor, while trying to retrieve records based on timestamp , i'm getting an error.
select * from user.file where log_time <= CURRENT_TIMESTA MP
i have only read access to this remote db.
What is the correct syntax to use current timestamp from CLP?
thanks
sara
I'm new to DB2.
I'm connecting to a remote database through command line processor, while trying to retrieve records based on timestamp , i'm getting an error.
select * from user.file where log_time <= CURRENT_TIMESTA MP
i have only read access to this remote db.
What is the correct syntax to use current timestamp from CLP?
thanks
sara
Comment