Livejournal
Log in
Post
Friends
My journal
juli8
всем получившим сегодня письмо счастья посвящается
Oct 11, 2010 18:37
Begin
for i in 1900..2100
Loop
If to_char (to_date ('01.10.'||to_char(i),'dd.mm.yyyy'), 'd') = 6 Then
DBMS_OUTPUT.put_line(i);
End If;
end loop;
End;
тьфу!
Leave a comment
Previous post
Next post
Up