在SQL中,我可以这样查询:
select * from table where stringcolumn in ('string1', 'string2', ...)
WQL是什么版本?
我希望它得到支持!
我知道我可以像这样使用OR
:
select * from Win32_Server
where Name = 'serviceName1'
or Name = 'serviceName2'
or Name = 'serviceName3'
or ...
我应该补充一点,就是我检查了这些引用: