楼主:
wins888 (海)
2017-01-17 11:14:56数据库名称:ORACLE
数据库版本:10g
内容/问题描述:
select * from bmb_file where bmb01='A' and bmb03='B';
select * from bmb_file where bmb01='B' and bmb03='C';
select * from bmb_file where bmb01='C' and bmb03='D';
请问我该如何下一行查询语法直接用bmb01='A' 查询bmb03='D'?
感谢.