日期:2014-05-18 浏览次数:20581 次
if exists(select * from B) begin select top 1 * from B end else begin select top 1 * from C end