android - SQLITE - query integer field based on a bit -


is there function, trick, hack make query retrieves values table integer field has special bit set?

no, there no function, trick, or hack.
have use normal operators instead:

select * mytable somecol & (1 << 5) != 0; 

Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -