select id,name,descr='&nbsp;&nbsp;'+SUBSTRING(description,0,100)+'...',image = case when(not cover is null) then<img src = ReadBookCover.aspx?id='+cast(id as varchar(10))+'Border = 1 width = 70 height =100>' else'<img src = img/pic.jpg border = 1 width = 70 height = 100>' end from book order gy hits DESC"帮助解释一下这句:
image = case when(not cover is null) then<img src = ReadBookCover.aspx?id='+cast(id as varchar(10))+'Border = 1 width = 70 height =100>'