ORACLE WITH AS 用法
先举个例子吧:有两张表,分别为A、B,求得一个字段的值先在表A中寻找,如果A表中存在数据,则输出A表的值;如果A表中不存在,则在B表中寻找,若B表中有相应记录,则输出B表的值;如果B表中也不存在,则输出"no records”字符串。
<div style="font-style: normal; font-size: 12px; font-weight: 400;"><div style="font-style: normal; color: silver; font-size: 9px; font-weight: 400;">view plaincopy to clipboardprint?
页:
[1]