本文介绍了如何用其他字符代替?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我从表中选择一个名称时,它会像这样返回(ebram,nabil,fawzy)
我怎么能像这样(ebrem nabil fawzy)翻身
如何在选择语句

when i select a name from my table it return like this ( ebram,nabil,fawzy )
how can i make it reurn like this ( ebrem nabil fawzy)
how to replace '','' by '' '' in the selct statment

select name

推荐答案


这篇关于如何用其他字符代替?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-12 00:32