Viewing 4 posts - 1 through 5 (of 5 total)
Ok great, it worked with the inner join. Here is the full query.
Thanks again!
USE [navtables]
GO
/****** Object: StoredProcedure [dbo].[RS_OrderStock] Script Date: 03/12/2012 12:36:32 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER...
March 12, 2012 at 4:08 pm
#1458238
Hello,
Thanks for this!
Problem is that I have a inner join on number on another table. Can this solution still be applied?
March 12, 2012 at 1:22 pm
#1458130
haha no
March 12, 2012 at 8:59 am
#1457916
yes this should work but column y would be repetetive, but maybe that cant be avoided?
October 23, 2011 at 7:33 am
#1398448