Viewing 8 posts - 46 through 53 (of 53 total)
Hi,
Thanks for your response
My expected output
FlightName[No.OfSegments]DeparturePlaceDepartureDateArrivalPlaceArrivalDate
KL1233aaaa2011-03-30 02:15:00.000bbbb2011-03-30 05:15:00.000
KL1262dddd2011-03-30 03:15:00.000cccc2011-03-30 05:00:00.000
KL1281aaaa2011-03-30 01:15:00.000dddd2011-03-30 03:45:00.000
your query output:
FlightNameNumberOFsegmetsDepartPlaceArrivalPlaceDepartDateArrivalDate
KL1233aaaadddd2011-03-30 02:15:00.0002011-03-30 04:30:00.000
KL1262ddddbbbb2011-03-30 03:15:00.0002011-03-30 04:30:00.000
KL1281aaaaaaaa2011-03-30 01:15:00.0002011-03-30 01:15:00.000
Here
ArrivalPlace and ArrivalDate not matching with my expected output
March 31, 2011 at 1:05 am
Thank you WayneS
you are article is helpful for me
March 25, 2011 at 10:29 pm
Good Information
Thank you
February 10, 2011 at 12:08 am
Even though I am getting following error.
===================================
Cannot connect to admin:ranjith\SQLCLIENT2008.
===================================
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was...
December 30, 2010 at 5:09 am
Thank u
November 17, 2010 at 10:45 pm
Hi,
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
Go
Waitfor TIME '14:16:00'
begin
SELECT * FROM employeeee WHERE EmpID ='mp3661' ----120000
end
In the above scenario what is the scope of READ UNCOMMITTED ISOLATION LEVEL?
...
October 21, 2010 at 4:50 am
Thanks now it isworking
September 7, 2010 at 10:18 pm
I tried with the following query...But
select ename,sal AS maxsal,deptid
from employees
where sal in(select max(sala)
...
September 7, 2010 at 6:30 am
Viewing 8 posts - 46 through 53 (of 53 total)