If it's the same table, you can do something like this:
You can also do the same thing if the source and destination columns are in different tables. I suggest going to Microsoft's web site and reading up on the UPDATE command in T-SQL.update table_name set destination_column = "A" + source_column where some_condition
Michael
In reply to Re: CONCAT Perl or SQL
by mpeppler
in thread CONCAT Perl or SQL
by Win
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |