i am aware that there are functions in Oracle and MsSQl that can do so , sooooo is there any function that does it or is there any way to convert it inside sqlite .
my table is of structure :
col 1primary key int| col2 not null int <------- i want to convert the value of this column into binary an perform a few comparisons for a set sequence of binary combinations .
(the way i am currently employing is taking the data outside into a datatable in C# and converting it externally , but thats wrong apparently)