Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
只是想确认,根据我的观察,out-gridview 中的 FILTER 不能接受通配符,对吗?我试过 *, %...它似乎不支持任何东西,我找不到证实这一点的文档。
例如我有:
如果我用这个过滤,没有找到结果:
哈哈,原来它在盯着我看。
只需一个空格字符即可充当经典通配符。
例如:
SQL SP2
就像你过滤
SQL*SP2
有点令人惊讶,但它有效:)