SELECT * from t_company where content = ''
SELECT * from t_company where content is null
update t_company set content = 0 where content is null