想把下面两条语句合成一条,实现的是查询接单人(未接单时为空)电话和订单信息的功能,第一条是有接单人,第二条没有,该怎么合并呢?谢谢大家!
1.mycmd.CommandText = @"select recordID,state,deadLine,revent,phone from
records,users where
records.serverID is not null and records.serverID=users.stuID and
records.userID='" + ShareClass.ID + "')";
2.mycmd.CommandText = @"select recordID,state,deadLine,revent from
records where
records.serverID is null and records.userID='" + ShareClass.ID + "'";
C#中mysql语句实现问题
- 写回答
- 好问题 0 提建议
- 追加酬金
- 关注问题
- 邀请回答
-
4条回答 默认 最新
- _ksy 2017-05-11 01:33关注
已经找到合适的写法了:
select recordID,state,deadLine,revent,phone from
records left join users on records.serverID=users.stuID where
records.userID=''
谢谢大家本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
悬赏问题
- ¥60 不懂得怎么运行下载来的代码
- ¥15 CST导出3D模型图为什么和软件显示不一样?
- ¥15 加热反应炉PLC控制系统设计(相关搜索:梯形图)
- ¥15 python 用Dorc包报错,我的写法和网上教的是一样的但是它显示无效参数,是什么问题
- ¥15 经过滑动平均后的一维信号还原用什么结构好呢?
- ¥15 指定IP电脑的访问设置
- ¥30 matlab ode45 未发现警告,但是运行出错
- ¥15 为什么devc++编译项目会失败啊
- ¥15 vscode platformio
- ¥15 代写uni代码,app唤醒