Hello,
I have this query which is pulling from a production table:
select
o.OrderNumber as [Order Number],
o.CustomerID as [Customer ID],
o.LastName + ' ' + o.FirstName as [Customer Name],
c.Email,
c.AdditionalEmail as [Additional Email],
c.Phone,
o.ShippingCity as [Shipping...