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.
我想知道怎么做
dataTable.select([Short Description] like '%[%]%').
上述行错误,语法无效。有人可以告诉我正确的方法吗?
代码应如下所示:
dataTable.select("[Short Description] like '%[%]%'")
您忘记将其包含在双引号中。