I have this table :
+---------+---------------+------------+  
| c_data  | c_characters  | c_numbers  |  
+---------+---------------+------------+  
| abc123  |               |            |
+---------+---------------+------------+  
| hb045   |               |            |
+---------+---------------+------------+  
| awrg5   |               |            |
+---------+---------------+------------+  
| xyz456  |               |            |
+---------+---------------+------------+
I want separate c_data characters and numbers,
then update to c_characters and c_numbers fields
How can I update field with query?
 
     
     
    