If I make a query of the type:
SELECT nombre FROM tabla WHERE nombre LIKE '%foo%'
How could you sort / filter the result so that, for example, the results that most match " foo " are displayed first?
For example, if you had:
" f...
asked on
23.08.2017 / 00:14