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

Coffee sales for just 7am to 8am but for the entire year?

$
0
0
[code language="sql"]select * from TicketItem
where s_item IN('Coffee', 'Espresso', 'Double Espresso', 'Decaf Espresso', 'Cappucino', 'Latte', 'Iced Coffee', 'sm coffee pot', 'lg coffee pot') and dt_when betwee

Viewing all articles
Browse latest Browse all 3145

Trending Articles