Forums / Developer / please help me find file with sql query
Dmitry Kruglov
Thursday 14 May 2009 9:27:32 am
in this system current search work: select ... from ... where [namefield] = 'text' I want to make such a request: select ... from ... where [namefield] like '%text%' in which a file is changed?
thank you.