Hi,
I want to know how to exctract the rows that best match the given string.
Eg: My String is 'harrypotter', and in the table, I have got the following values
select names from students;
Names
------------
harry
harrypot
someoneelse
harest
harryp
Among them, I would like to extract...