SQL複選框條件查詢

string sql = @"select *                         from UserInfo u inner join Department dept on u.DeptID=dept.DeptID where UserID like'%'+@UserID+'%'";             if (!string.IsNullOrEmpty(DeptIDs))   
相關文章
相關標籤/搜索