Wednesday, March 6, 2013

MySQL - how to see the bit(1) value

Say you have a column active bit(1).

In MySQL cmd, type
select active+0 from table
You should be able to see it.

No comments:

Post a Comment