SELECT
DATE
'2015-08-01'
AS
d,
TIMESTAMP
'2015-08-01 15:30:00'
AS
ts
FROM
DUAL;
Compile and Execute Java Online - Try and experience the best cloud computing where you can edit, compile, ... Compile Preview | Execute | Share Code.
SELECT
DATE
'2015-08-01'
AS
d,
TIMESTAMP
'2015-08-01 15:30:00'
AS
ts
FROM
DUAL;
No comments:
Post a Comment