1. update s1   
  2. set foodId=s1.id  
  3. from room s1,room s2  
  4. where s1.id=s2.id;  
  5. update room set roomId=id