摘要:
常用的Oracle开发的工具有SQL Developer和PL/SQL Developer, 用PL/SQL连接oracle数据库,不管是本地的还是远程的,一般都需要安装oracle客户端 如何达到不安装oracle客户端,又能使用PL/SQL工具? 测试环境:win10系统,未安装过oracle包 阅读全文
摘要:
Description The Oracle/PLSQL TO_CHAR function converts a number or date to a string.将数字转换为日期或字符串 Syntax TO_CHAR( value [, format_mask] [, nls_language 阅读全文
摘要:
Description The Oracle/PLSQL COUNT function returns the count of an expression. The COUNT(*) function returns the number of rows in a table that satis 阅读全文