Viewing 15 posts - 1 through 15 (of 16 total)
what do u mean by
non-fully-qualified field of Sender in where clause.
CASE WHEN @param5 IS NOT NULL THEN @return+' AND Sender LIKE '''+@param5+'%''' ELSE '' END+
this is my where clause...
July 1, 2003 at 11:58 am
The reportid and viewid are mainly used for linking the files with the resultset for user to view those files.
June 24, 2003 at 9:30 am
Thats it guys,
Is there no way out that i can get unique values through...
June 24, 2003 at 9:06 am
I tried this too
elect @sql = 'SELECT c.Case30.Case_no#,c.Last_name,c.[First Name],c.Determination,c.Sender,c.[Case Type],c.Date,c.[Qwik Due],c.[Qwik sent date],c.[Final due],c.[Final sent date],c.[on hold code],f.reportid,f.type,u.viewid FROM
(SELECT DISTINCT c.*FROM (SELECT DISTINCT Case30.Case_no#,Case30.Last_name,Case30.[First Name],Case30.Determination,Case30.Sender,Case30.[Case Type],Case30.Date,Case30.[Qwik Due],Case30.[Qwik sent...
June 23, 2003 at 4:00 pm
Data is duplicated in tblFileNames (Case_no#,reportid,type)
Data is duplicated in userviewed (viewid,reportid)
Data is not duplicated in Case30 and caseold
June 23, 2003 at 3:35 pm
hey,
This is my exact problem. If anybody can help out? In my Case30 and Caseold tables all the values are unique...
June 23, 2003 at 3:17 pm
Hi David,
If i execute this statement then i get duplicate values but in the same statement if i take out f.reportid and u.viewid then i dont get duplicate values but...
June 23, 2003 at 3:00 pm
hi schwab and burrows,
Friends u are right. I...
June 23, 2003 at 12:14 pm
hi david,
The columns which are duplicated are tblfilenames.case_id and because of that case30 and caseoldr.caseNo# also gets duplicated. Other colums...
June 23, 2003 at 9:15 am
Hi burrows,
I tried ur way but it still give me duplicates. It gives 304 rows instead of...
June 20, 2003 at 12:46 pm
Hi Len,
I tried your way too but i am getting error that error near = sign and i also dont know...
June 3, 2003 at 8:55 pm
Thanks for all the help from everybody. But it was just Brown and 5409045121009 that came near to my query. Brown I tried to do in the way which you...
June 3, 2003 at 8:48 pm
Thanks for all your help man. But I think u guys have still not understood my problem properly. Read the solution given by Brown. Its preety much what i want...
June 2, 2003 at 10:37 pm
Thanks for it. Do u think using a temp table in this example would be helpful? If yes then how to do it. I would really appreciate if you can...
May 31, 2003 at 2:57 pm
Viewing 15 posts - 1 through 15 (of 16 total)