当我使用Visual Studio发布我的软件时,它会生成.deploy扩展名.比如my_program.exe.deploy是什么?它是干什么用的
我正在尝试从此查询中获取结果
SELECT ID FROM table1 WHERE MATCH(column1, column2) AGAINST ('text')
Run Code Online (Sandbox Code Playgroud)
但是我得到了这个错误 #1191 - Can't find FULLTEXT index matching the column list
当我在MATCH中只放置一列时它正在工作,MATCH中的两列或多列不起作用.我见过有人这样做.