I am aware that there are functions in Oracle and MsSQl that can do so, so is there any function that does it or is there any way to convert it inside sqlite?
My table structure;
- col1 primary 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 that’s wrong apparently)
Thanks alot guys although i got iT ^^ for anyone who has the same problem here is the code.