2

I have a database containing a column "hash" for each row that is a varchar string. is there a way in SQL to select all the rows that have a hamming distance of less than n from a string I provide.

for example if I provide the string "abdfaqsv102asd" I want to find all the rows where the hash column has a hamming distance of less than n from that string.

Lukasz Szozda
  • 162,964
  • 23
  • 234
  • 275
davegri
  • 2,206
  • 2
  • 26
  • 45

0 Answers0