2009
12.05
12.05
MSSQL doesn’t use ‚CONCAT‘ function as MYSQL. The same effect has connecting columns with plus operator:
select col1 + ' ' + col2 as col3
Sdílím, tedy jsem. Postřehy, názory, blbiny.
MSSQL doesn’t use ‚CONCAT‘ function as MYSQL. The same effect has connecting columns with plus operator:
select col1 + ' ' + col2 as col3