研究、分享我学习零售业SAP的历程
------------打造中国第一个零售SAP博客
摘要: 在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 会东 阅读(828) 评论(0) 推荐(0) 编辑