|
-
May 17th, 2002, 08:45 AM
#1
Thread Starter
Hyperactive Member
Remove spaces
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
-
May 17th, 2002, 01:20 PM
#2
I don't see what you are talking about. and don't you ever read teh manual??
look into str_replace()
-
Aug 3rd, 2002, 07:17 AM
#3
Thread Starter
Hyperactive Member
I mean
I mean reNumber the rows of table
-
Aug 3rd, 2002, 11:40 AM
#4
Stuck in the 80s
scoutt and I had a big discussion on this once, go search for it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|