SQL code: --> 测试数据:[ta] if object_id('[ta]') is not null drop table [ta] create table [ta](id int primary key) insert [ta] select 3 union all select 5 union all select 6 union all select 9
mssql 2005 是英语正版的。 不知道为什么例如 select content_cn,content_ru from table where content_cn like '%中文%' select content_cn,content_ru from table where content_ru ......