Skip to content

Instantly share code, notes, and snippets.

@dsmdavid
Created December 1, 2022 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsmdavid/a20210f517e133fb43676ead8992aa4c to your computer and use it in GitHub Desktop.
Save dsmdavid/a20210f517e133fb43676ead8992aa4c to your computer and use it in GitHub Desktop.
select approximate_similarity (mh) from
(
(select minhash(100, *) as mh from "LINEITEM_ORIGINAL" )
union all
(select minhash(100, *) as mh from "LINEITEM_FEW_CHANGES" )
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment