Viewing 5 posts - 1 through 5 (of 5 total)
The link is still not working. Are there any other ways to access this info?
April 18, 2017 at 1:21 am
Chris Morris-439714 (11/30/2010)
SELECT rn = ROW_NUMBER() OVER(ORDER BY JobNo, Line),
Line, JobNo, PropRef, Cont, RepDate, RepTime, LogDate, LogTime, ShortDesc, Access, JobDesc, ClientJob
FROM (
SELECT Line, JobNo, PropRef, Cont, RepDate, RepTime,...
November 30, 2010 at 4:27 am
CREATE TABLE #Table (
Line INT,
JobNo VARCHAR(20),
...
November 30, 2010 at 4:00 am
Sorry for the confusion!! I have amended what the output is that is needed.
Hi Experts!!
I need to create a view to select data from table & force static data into...
November 30, 2010 at 3:25 am
Data below
November 30, 2010 at 2:55 am
Viewing 5 posts - 1 through 5 (of 5 total)