Perlist at blogspot
2015/05/13
Oracle
select now()
:
select to_char(sysdate, 'mm-dd-yyyy hh24:mi:ss') "now" from dual;
select last row
:
select * from table where id = (select max(id) from table);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment