hai

      can anybody help me?

Table A
-----------
name  date
a        2000/12/12 
b        2000/12/12  
c        2000/12/12 
d        2000/12/12 

now i want  to take  first 2 records from Table A and insert  back to Table A with 
different date.

The result should be:-

 
Table A
-----------
name  date
a        2000/12/12 
b        2000/12/12  
c        2000/12/12 
d        2000/12/12 
a        2000/12/13 
b        2000/12/13 

any idea?
 
thanks in advance
 



 

Reply via email to