Viewing 2 posts - 16 through 17 (of 17 total)
Hello Kevin,
Sorry about that, I'm new to this type of forum. Here is the code.
CREATE TABLE [dbo].[Item](
[ItemNo] [nvarchar](255) NULL,
[Desc] [nvarchar](255) NULL
)
INSERT [dbo].[Item] ([ItemNo], [Desc]) VALUES (N'10-LB-Tomato', N'10...
May 31, 2016 at 11:06 am
#1882220
Hello SSChampion,
I'm sorry for the confusion. The result set I'm looking for, should include only lots with transaction dates older than 90 days. Also only interested in transaction type...
May 31, 2016 at 10:00 am
#1882189