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 '%[%]%'")
二重引用符で囲むのを忘れました。