都不行,IE8,IE9,IE11都试过了,只要有">"号就出错或保存不了。
如:SELECT description FROM user_role where orders <'9200',正常使用,
但将"<"改为">"后:SELECT description FROM user_role where orders >'9200'