HTTP Status 500 -
--------------------------------------------------------------------------------
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this req.... [阅读全文]
别的没想出来
2.select a.* from emp1 a where a.id not in (select b.id from emp2 b and b.name='roc')
我的改法是select a.* from emp1 a left join emp2 b on a.id=b.id and b.name <>'roc'
3.select a.id 'yyyy-mm-dd'.... [阅读全文]
我将感激不尽.
或者有直接发给我 哪位好心人知道在哪下载oracle provider for OLE DB请告诉我一下
=======
http://www.oracle.com/technology/software/tech/windows/ole_db/index.html
Oracle10g Provider for OLE DB 10.1.0.4.0
Download the File
O.... [阅读全文]