i have 2 tables
in table1 fields are sno,phonenum,name
in table2 fields are sno and phonenum
i want to update phonenum in table1 with phonenum in table2 curresponding to sno
how can i write a single query to update phonenum in table1 by joins or anyother way
can anybody help me