Quote: 引用:SELECT CONVERT(BIT,0) AS Cselect convert(0,bit) AS C,* from Table1 提示语法错误
SELECT CONVERT(BIT,0) AS C