i have a table with 3 field: fname lname telephone
fname and lname have data but telephone have not data (Null)
example:
fname | lname | telephone
jim | benson | Null
tim | bosly | Null
eris | solar | Null
....
data of telephon field are in a text file and each telephonnumber is in a line
example:
file name: telephone.txt
22365
45846
33254
...
is anyone can write a script that read each line of text file and update (or replace) table telephone field.