摘要:
Framework(框架)In software development, a framework is a definedsupport structure in which other project can be organized anddeveloped. A framework typically consists of several smallercomponents; support programs, libraries, and a scripting language.There may also be other software involved to aid in 阅读全文
posted @ 2012-12-08 17:13
龙猫爸爸
阅读(1097)
评论(0)
推荐(0)
摘要:
SELECT * FROM ALL_TABLES;查询所有表;SELECT SYSDATE FROM DUAL;查询系统时间;to_date() 与 to_char() 日期和字符串转换 to_date("要转换的字符串","转换的格式") 两个参数的格式必须匹配,否则会报错。即按照第二个参数的格式解释第一个参数。to_char(日期,"转换格式" ) 即把给定的日期按照“转换格式”转换。转换的格式:表示year的:y 表示年的最后一位 yy 表示年的最后2位 yyy 表示年的最后3位 yyyy 用4位数表示年表示month的:mm 阅读全文
posted @ 2012-12-08 11:08
龙猫爸爸
阅读(151)
评论(0)
推荐(0)
浙公网安备 33010602011771号