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

Create a table and join it with another existing table

$
0
0
Hi guys,

I have a query that executes certain columns, let's say something like that :

Select ID, TransactionTime, Points  From Members Where Points >= 20
 Result : 

ID          Tra

Viewing all articles
Browse latest Browse all 3145

Trending Articles