Jump to content

Column Equals Two Columns - Solved With Our Thanks In The Final Post


niche

Recommended Posts

i need to get the data from two columns (client, stknum) into a column named clistknum. how do I modify this query (UPDATE plan SET clistknum = client) to get the client AND the stknum data into the clistknum column?

Link to comment
Share on other sites

this query (UPDATE plan SET clistknum = CONCAT(client,stknum)) does the job , but how do i get an underscore between the data?

Link to comment
Share on other sites

Thanks justsomeguy. I always value your help. I didn't know that and probably wouldn't have found it on my own.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...