Hi all,
Is it possible to insert a SQL statement where I specify the time, and not the date. I do need the date, but I want it to be the current date when I run the insert statement. The time got to be fixed.
For example,
Insert into xxx
Values(current_date + '12:00:00');
Anyone have any idea if SQL allows this?
I look forward to your reply.
Thanks in advance.