I have mysql table with 3 columns I need update all data in one rows that
all data in this rows will be same but without space.How I do this ?

Example

before
table:
ID      memo    data
1       21      ab vbd
2       ds      1 c 23
3       ....
..

after 
table:
ID      memo  data
1       21      abvbd
2       ds      1c23
...

Thank you

        roman






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to