Is there an SQL statement that I could run that says to set a field to the value of another field? So I want to set field A to the same value that is in field b?
            Asked
            
        
        
            Active
            
        
            Viewed 129 times
        
    1
            
            
        - 
                    6`UPDATE tab SET colA = colB` – Lukasz Szozda May 21 '18 at 19:31
- 
                    This is a pretty basic `update` statement. – The Impaler May 21 '18 at 19:31
- 
                    2_Column_, not field... – jarlh May 21 '18 at 19:36
