select to_char(stime,'yyyy-mm-dd HH24:MI:ss.ff3') from e_bmp_log_operation t where t.sdetail like '%30993%' and soperation = 'insertMember';
相关文章
- 07-28数据类型之间的转换的一些总结
- 07-28byte数组与对象之间的相互转换
- 07-28layui的table中日期格式转换
- 07-28进制转换的方法 详解
- 07-28使用opencv的cvtColor()函数进行色彩空间转换
- 07-28图像RGB与HSI相互转换的C语言代码
- 07-28笔记---图片的url链接和base64格式的转换
- 07-28Python:转换元组列表的列表
- 07-28将字符串转换为2元组的列表
- 07-28将字符串列表转换为python中的元组列表