Comparing arrays with sql
Posted
by Nissim
on Stack Overflow
See other posts from Stack Overflow
or by Nissim
Published on 2010-06-02T11:10:43Z
Indexed on
2010/06/02
11:13 UTC
Read the original article
Hit count: 140
I want to perform a 'SELECT' statement with a byte array (binary) parameter as a condition. I tried to google it, but didn't find anything useful.
In general, I keep information of files in the database. one of the properties is the file's hash (binary).
I want to give a hash to the SELECT statement, and get all rows with the same hash value.
© Stack Overflow or respective owner