Viewing 15 posts - 1 through 15 (of 20 total)
hmm , yes i found out that some names are without / , what should be the best practice here ?
September 3, 2017 at 1:26 pm
Thank you , whenever i used the -1 , i get error message
September 3, 2017 at 1:01 pm
HI , thanks for your quick response , incase i am having the value 'Mr' as part of the value how its going to handle it like in the sample...
July 20, 2017 at 11:45 am
Hello all,
thank you for your comments and valuable advises , unfortunately i wasn't the one who build this structure ,i am getting those data in row format exported to...
February 25, 2015 at 4:52 am
Thank you my friend , i need to add small where condation to show bookings that has flight date greater than today and the leg status = 'c' ,...
February 22, 2015 at 11:47 pm
Dear Friends ,
I was not able to adjust the query you send with my actual table , so may you please assist with the current tables structure:
CREATE TABLE...
February 22, 2015 at 2:37 am
Hi friends ,
I run the script mentioned and finally i got one of the tables giving the results and i have run the same script on other table that has...
May 30, 2014 at 4:01 pm
Dear friend
Thank you for your quick response, i tried that , but two points still need your assistant with is those two tables are from two different databases ,...
May 27, 2014 at 3:14 pm
Hi Friends , I would like to thank you all for whom they tried to help in that query it was really challange. but for sure each problem has solution....
January 24, 2014 at 11:08 am
If the arrival date is an issue , I can tell my client to escape it but at least the transit cities should be correct .. the new query gives...
January 4, 2014 at 9:06 pm
Hi friends thanks for your input and comments and imagine thats the case.. actually the host system who provides the service gives this limited data export to the client and...
January 4, 2014 at 9:02 pm
1- create query
CREATE TABLE table1(
[Pax ID] [int] NULL,
[Reservation] [int] NULL,
[Surname] [varchar](40) NULL,
[First Name] [varchar](40) NULL,
[Pax Type] [char](1) NULL,
[Flight Date] [smalldatetime] NULL,
[Flight Number] [varchar](10) NULL,
[Board] [varchar](3) NULL,
[Off] [varchar](3) NULL,
[Original Booking Date]...
January 4, 2014 at 10:43 am
Dear Christian , i have edited my query and the data i posted earlier hope the query more clear now please let me know if still you have any...
January 3, 2014 at 12:29 pm
Thanks , let me do some home work and try to find out how i can make the business rule with the client. and let you know shortly. thank you...
December 30, 2013 at 1:06 am
Viewing 15 posts - 1 through 15 (of 20 total)