1.Oracle 转义&符号

select 'http://localhost:50476/auth/logon?u=user' || chr(ascii('&')) || 'p=8888' from dual;  

2.日期转换

select to_char(sysdate,'yyyy-mm-dd') from dual

select to_date('2012-01-01','yyyy-mm-dd') from dual

 

相关文章:

  • 2022-12-23
  • 2021-11-29
  • 2021-11-29
  • 2021-12-09
猜你喜欢
  • 2022-12-23
  • 2021-11-29
  • 2021-09-25
  • 2021-12-28
  • 2021-08-24
相关资源
相似解决方案