gpt4 book ai didi

c# - WQL 在 where 子句中查找字符串

转载 作者:太空宇宙 更新时间:2023-11-03 13:35:08 25 4
gpt4 key购买 nike

我正在寻找一种方法来搜索 DeviceID 包含字符串文字 VID_217C 的 USB 设备。可能吗?

换句话说,我正在寻找以下查询

select * from Win32_USBHub where DeviceID contains "VID_217C"

仅返回那些 Win32_USBHub,其中 VID_217CDeviceID 中的子字符串。

最佳答案

您可以使用 like operator

select * from Win32_USBHub where DeviceID LIKE "%VID_217C%"

关于c# - WQL 在 where 子句中查找字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18959998/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com