???????????????????????


SQL> select * from StudentInformation where address='???????';

????????????????????????????
declare
         maxnumber constant int:=95020;
         i int :=1;
     begin
         for i in 95001..maxnumber loop
           insert into STUDENTINFORMATION("ID"??"NAME"??SEX??ADDRESS??HOBBY)
            values(i??TO_CHAR('99'+i)??'??'??'???????'??'??????');
         end loop;
     dbms_output.put_line(' ??????????? ');
     commit;
     end;
SQL> select * from StudentInformation where hobby='??????';