How to find records using Fingerprint
Hi Friend,I have table which contain field ID, Location and Value( Finger print).
Data is store in table with datatype
ID:- Varchar(50)
Location:- Varchar(10)
Value:- Image
There are several records which are store in database with different id and location.
I want to find list of id and location on the basis of fingerprint so how can i get.
Thanks in advance.
Aaditya Chaubey