select code,name,ISNULL(age,'') ,ISNULL(phonenum,''),ISNULL(address,''),sex,score from student 为什么我执行之后,age中null的变成了0,并且我的列名age,phonenum,address变成了(无列名)。 请大神指教。
在isnull(age,'') as age,这样就不会没列名了