摘要: SELECT CASE WHEN EXISTS( SELECT 1 FROM call_records WHERE account = @accountnumber ) THEN 'We Have Records of this Customer' ELSE 'We Do Not Have Reco 阅读全文
posted @ 2020-09-16 17:24 蛟十五 阅读(430) 评论(0) 推荐(0)