如果数据库里的status属性是bit那么存储过程的where判断status要怎么写?是status=1还是status=true... 如果数据库里的status 属性是bit那么存储过程的where判断status要怎么写?
是status= 1还是status= true