Suppose I have a table Y with column X.
There is one line "X" with the line "abcdefg" and another line with "qwerty".
Is it possible to make a SELECT query in sqlite to select a string containing the substring "abcd"?
SELECT * FROM Y WHERE X LIKE "%abcd%"
Source: https://habr.com/ru/post/1742647/More articles:Как автоматически перенаправить на мобильный сайт - mobileRhino Mocks and ordered test with random calls - unit-testingSSL with an external static content server - sslProblem with external loading SWF - flashC # Asynchronous Network IO and OutOfMemoryException - c #Dynamic content does not work when loading ajax - javascriptLaunch default browser - Windows - vb.netВызов веб-службы из PHP - phpVim replaces reeds with double spaces - vimSelenium: могу ли я объединить несколько команд в одну команду, чтобы ссылаться на другие тесты без кодирования - seleniumAll Articles