[我正在使用appcelerator并与appcelerator studio合作,但是我对在appcelerator的查询字符串中使用like运算符感到困惑
values = Alloy.Globals.database_file.execute('select ChapterID,ChapterCode,ChapterName,ChapterOwner,ChapterOrder,ChapterDescription,ChapterNote,ParentChapterID from CbahiHSChapters like "%' searchText '%"');
引号放置不正确。