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

Query to omit single record based on data from two columns?

$
0
0
Hi there,

I need help with a query to remove a record from a data set. I need to remove BranchNumber 44 and TillNumber 20 from the results? Below results in all BranchNumber 44 results and TillNumber20 being removed.
SELECT [BranchNumber]

Viewing all articles
Browse latest Browse all 3145

Trending Articles