Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/mysql/57.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在mysql中通过消除:?_Mysql - Fatal编程技术网

如何在mysql中通过消除:?

如何在mysql中通过消除:?,mysql,Mysql,我想从上述查询预期结果中删除:值 select '1:55:23' as temptime from dual 你能试试吗 temptime 15523 非常感谢,它太简单了,我完全忘记了这个函数。 select replace('1:55:23', ':', '') as temptime from dual

我想从上述查询预期结果中删除:值

select '1:55:23' as temptime from dual 
你能试试吗

temptime
 15523

非常感谢,它太简单了,我完全忘记了这个函数。
select replace('1:55:23', ':', '') as temptime from dual