
September 29th, 2012, 10:23 AM
|
|
Contributing User
|
|
Join Date: Sep 2008
Posts: 44
Time spent in forums: 10 h 7 m 32 sec
Reputation Power: 5
|
|
For each type of column, one type content
SO, if the COLUMN is type STRING
update <table>
set columnd_name = '' (OR NULL is is possible NULL content)
where <<clausule_needed>>

|