Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Manipulate two columns of information into one column for each type of data.

$
0
0
Currently I have this:
[code language="sql"]
Client.id AS ‘ID’,
RTRIM(Users.lname) + ‘, ‘ + LTRIM(Users.fname) AS ‘Name’,

--CASE SHOWING READING, LANGUAGE OR MATH TEST TYPE
CASE
Test

Viewing all articles
Browse latest Browse all 3145

Trending Articles