摘要:
0.首先使用dba用户登录数据库,并解锁wmsys用户 alter user wmsys account unlock; 1.用WMSYS用户登录,不知道密码可以修改其密码 alter user wmsys identified by 123456; 2.在wmsys下创建可用的wm_concat函 阅读全文
摘要:
import java.io.*; import java.util.Arrays; public class test { public static void main(String[] args) { byte[] by = getByteToFile("D:/Test.txt"); Syst 阅读全文
摘要:
函数 oracle mysql nvl() IFNULL to_date str_to_date(date,'%Y-%m-%d') to_number CAST(xxx AS SIGNED INTEGER), CONVERT(xxx,INTEGER) wm_concat group_concat D 阅读全文