I need to do a 64 bit And ( & ) request in a SQLStatement
If C++ I use to do something like this
How do I do a 64bit AND in a SQLite statement in B4A
Thanks
BobVal
If C++ I use to do something like this
B4X:
"SELECT ID, Primary, Secondary Special FROM Songs WHERE ((Category & '%I64d') and (Secondary & '%I64d') and ((Special & '%I64d') == 0))"
How do I do a 64bit AND in a SQLite statement in B4A
Thanks
BobVal