Home » SQL & PL/SQL » SQL & PL/SQL » Re: how to give the ranks to the students?
Re: how to give the ranks to the students? [message #1478] Mon, 06 May 2002 01:25
Amit
Messages: 166
Registered: February 1999
Senior Member
Mean You want to insert same records which are present
For selection of rank of all students query
1)select rank from student or select sname,rank from student
or used 'where' clause to find periticular data
For insert operation:
' Insert into student (rank) select rank from student '
Previous Topic: Re: creating temperory table in oracle
Next Topic: Re: Inserting single '
Goto Forum:
  


Current Time: Fri Apr 26 05:43:27 CDT 2024