![]() |
#2
ILoveMK2008-02-28 18:29
|
declare
d2 date;
d1 date:=sysdate;
begin
select to_char(d1,'yyyy-mm') into d2 from dual;
end;