SQL query help - merge a value to all rows in a column

Posted by Tommy on Stack Overflow See other posts from Stack Overflow or by Tommy
Published on 2010-03-16T20:55:58Z Indexed on 2010/03/16 21:01 UTC
Read the original article Hit count: 140

Filed under:
|
|
|

I'm trying to migrate a site from a joomla system to a drupal. The problem is that drupal needs filename and sourcepath in the same row, but joomla only has filename. I'm looking for a way to add sourcepath before the filename in all the rows in that column. I'm figuring it's the UPDATE statement that I should use, but I can't figure out how to construct the query.

There's a person with a similar problem here, but I don't find the answers in that thread helpful to my problem: http://www.daniweb.com/forums/showth...t+value&page=2

Any suggestions?

© Stack Overflow or respective owner

Related posts about sql

Related posts about query