View Single Post

   
  #1 (permalink)  
Old 02-29-2008, 07:30 PM
surya
 
Posts: n/a
Default Insert a record in a particular place

i have a table name is HH table
it has two columns 'hhno' and hhname'
HH tabele
hhno hhname
100 suresh
101 baba
103 ram
i want to insert a one record(102 , chandra) in HH table between
(101,baba) and( 103 ,ram).
how can i insert them please help ,me thanks

Reply With Quote