There is any function to remove spaces from MySql Database
for example:
I Have thsi data
ID Word
1 Hi
3 bye
4 now
6 go
I want to remove spaces.
Output:
ID Word
1 Hi
2 bye
3 now
4 go
|
Results 1 to 4 of 4
Thread: Remove spacesThreaded View
|
Click Here to Expand Forum to Full Width |