Text - Concatenation Function

Card Puncher Data Processing

About

This a string function which allows to concatenate two different strings.

Database

SQL Server - Transat-SQL

select year + '-' + week from DIM_WEEK
GO

Oracle SQL

select year || week from DIM_WEEK







Share this page:
Follow us:
Task Runner