摘要:
SQL语句整理而来,用来分享。现指针对Oracle其它数据库并不通用。1:避免在WHERE 条件后面对字段施以函数eg:select selectField from tableName twhere to_char(t.conditionFileld,'yyyy-MM-dd')='2012-06-02' ; 而应该修改为; select selectField from tableName t where t.conditionFileld>=to_date('2012-06-02','yyyy-MM-dd') and t 阅读全文
摘要:
PL SQL 连接64 位 Oracle 11g 阅读全文