sql查询语句为 C/C++ code: Select distinct a.id, a.lb,a.subject,a.nowuser, \ decode(b.done, 'ready', decode(b.xh, '1', '1', '0'), '0') nosign , a.wcrq\ from model_list a, model_mark b \ where a.author = '%s' And a.id = b.mid and a.lb in (3,4,6) \ and a.wcrq > add_months(sysdate,-1) \ order by a.wcrq desc
顺便问一句,这里面不能上传图片吗 Select distinct a.id, a.lb,a.subject,a.nowuser, \ decode(b.done, 'ready', decode(b.xh, '1', '1')) nosign , a.wcrq\ from model_list a, model_mark b \ where a.author = '%s' And a.id = b.mid and a.lb in (3,4,6) \ and a.wcrq > add_months(sysdate,-1) \ order by a.wcrq desc