PL/SQL常用方法汇总
摘要:在SQLPLUS下,实现中-英字符集转换alter session set nls_language='AMERICAN';alter session set nls_language='SIMPLIFIED CHINESE'; 主要知识点:一、有关表的操作1)建表create table test as select * from dept; --从已知表复制数据和结构create table ...
阅读全文
posted @
2010-04-06 10:50
会东
阅读(833)
推荐(0) 编辑