Sql添加查询条件
发布网友
发布时间:2024-10-22 07:20
我来回答
共1个回答
热心网友
时间:2024-11-26 12:32
select * from ERPTreeList where IsShow='0'
+ DropDownList2.SelectedItem.Value.ToString() + " like '%" + this.TextBox3.Text.Trim() + "%' and ID in(" + IDList + ") order by ParentID asc,PaiXuStr asc,ID asc");