select * from t_blog where 1 = 1 and title = #{title} and content = #{content} and owner = "admin"
choose (when,otherwize) ,相当于java 语言中的 switch

select * from t_blog where 1 = 1 and title = #{title} and content = #{content} and owner = "admin"
choose (when,otherwize) ,相当于java 语言中的 switch