随笔分类 - Oracle Sql
Oracle Sql
摘要:pgsql 1. 没有isnull 用 coalesce 2. 字符串拼接用 || 3. 字符串类型和int类型不会自动转换(用作条件时) 4. 多行转一列 string_agg(distinct(字段名),'分隔符') distinct是为了去重可以不要 5. unnest(string_to_a
阅读全文
摘要:select * from v$version; 1 Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production 0 2 PL/SQL Release 12.2.0.1.0 - Production 0 3
阅读全文
摘要:select COLUMN_NAME,DATA_TYPE,DATA_PRECISION,DATA_SCALE,NULLABLE from user_tab_columns where table_name ='YourTableName' TBP_PM_EQUIP_CALL_STATUS selec
阅读全文
摘要:sqlServer数据库常用连接字符串 sqlServer 数据库常用连接字符串 用户名和密码验证的方式去连接到数据库服务器 <add name="conStr" connectionString="Data Source=服务器名;Initial Catalog=数据库名; User Id=用户名
阅读全文
摘要:myini [mysql] # 设置mysql客户端默认字符集 default-character-set=utf8 [mysqld] #设置3306端口 port = 3306 # 设置mysql的安装目录 basedir=C:\App\mysql\mysql-8.0.20-winx64 # 设置
阅读全文
摘要:https://www.cnblogs.com/yx007/category/944758.html PLSQL创建Oracle定时任务 https://www.cnblogs.com/yx007/p/6519544.html
阅读全文
摘要:oracle 查找字符位置 开始按照长度截取
阅读全文

浙公网安备 33010602011771号