You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@empire-db.apache.org by Ivan Nemeth <iv...@gmail.com> on 2015/08/07 07:28:30 UTC

Bitwise support

Hi,

is there any bitwise operation support implemented in Empire?

SELECT *  FROM table WHERE state_col & 5 = 5

Ivan