How to retrieve an int value rather than a boolean from a TINYINT(1) column?

前端 未结 3 1244
难免孤独
难免孤独 2020-12-17 02:06

I have a MySQL column specified as:

`type` TINYINT(1) NOT NULL DEFAULT \'0\'

The intent of the column is to store an integer value not to e

3条回答
提交回复
热议问题