progress- save comments for reuse here
This commit is contained in:
parent
f0b3aa0a6f
commit
ede82e7137
5 changed files with 270 additions and 26 deletions
|
|
@ -8,11 +8,14 @@ SELECT
|
|||
,Orders.OrderDate
|
||||
--#endregion
|
||||
|
||||
|
||||
/*#region Customers*/
|
||||
/*#region Customers*/
|
||||
,Customers.CompanyName
|
||||
,Customers.ContactName
|
||||
/*#endregion*/
|
||||
/*#endregion*/
|
||||
|
||||
--#region Other
|
||||
,DATEFROMPARTS(YEAR(GETDATE()), 1, 1) AS FirstDayOfYear
|
||||
--#endregion
|
||||
|
||||
FROM Orders
|
||||
INNER JOIN Customers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue