我在做什麼錯了?如果有更多的人單身而不是結婚,並且沒有反之,則需要顯示「是」。我只是希望它只顯示yes或no。帶有打印的SQL IF語句
IF
select COUNT(StudMaritalStatus) from students WHERE StudMaritalStatus = "M"
<
select COUNT(StudMaritalStatus) from students WHERE StudMaritalStatus = "S"
Print 'Yes'
ELSE
Print 'No';
https://stackoverflow.com/questions/8147834/how-to-echo-print-statements-while-executing-a-sql-script –
爲了澄清我得到的錯誤說我正在使用錯誤的IF語句syntacs。 –
請發佈語法錯誤語句。 –