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

Add Accounts that have no orders to a SQL view

$
0
0
Hi, 
Can anyone help ?

I have a view, an individual sales view.

[code language="sql"]
SET QUOTED_IDENTIFIER ON
GO

CREATE VIEW [dbo].[IndividualSales]
AS
SELECT

Viewing all articles
Browse latest Browse all 3145

Trending Articles