11 2019 档案
摘要:事情是这样的, 最近需要开发Orcale的数据库. 于是使用了EF 加上 Oracle.ManagedDataAccess.Client 这个Oracle.ManagedDataAccess 很好用, 不需要orcale 客户端就能用. 但是这个类库有个地方不是非常好用. 数据读取出了问题,它的提示
阅读全文
摘要:select 'DELETE FROM ' || a.table_name || '; --' || a.comments from user_tab_comments a where a.table_type in('TABLE') and table_name not like 'SYS_%'
阅读全文