Viewing 15 posts - 211 through 225 (of 285 total)
Yes, I am trying to join the output of the function (where the output of function is independent of the data in the joining table) with table?
example
I have...
July 3, 2012 at 2:18 pm
Hi..do you know how do delete duplicate posts??
June 22, 2012 at 10:04 am
Thanks I deleted from Child table in Storedprocedure and then data from parent table.
June 19, 2012 at 3:52 pm
I am getting start and endtime needed only username:
Select min(event_time)as End_time,A.Entry_Id as Entry_id,a.start_time
from dbo.activity B
Right join
(
select Acivity_id,entry_id,min(Event_Time) as start_time from dbo.activity doc
where doc.Eventy_type_id =6
and Event_Value like...
June 18, 2012 at 3:15 pm
Thank you its working
June 15, 2012 at 10:45 am
Viewing 15 posts - 211 through 225 (of 285 total)