Count occurrences of a word in a row in MySQL

后端 未结 9 989
野趣味
野趣味 2020-12-19 08:41

I\'m making a search function for my website, which finds relevant results from a database. I\'m looking for a way to count occurrences of a word, but I need to ensure that

9条回答
  •  抹茶落季
    2020-12-19 09:40

    It depends on what DBMS you are using, some allow writing UDFs that could do this.

提交回复
热议问题