ξ{IΘrpkΆ
select * tab where string='hoge'
select * tab where m=10
select * tab where Day=# 2001/1/1 #EEEANZX
select * tab where Day=to_date(20010101,'yymmdd')EEEIN
insert into tab(key1,key2,EEEj values(90,'hoge',to_char(20010101,'yymmdd'))
update tab set key1=90,key2='hoge',key3=to_char(20010101,'yymmdd') where pkey='001'
delete from tab where pkey='001'
@
@
@