Forum Replies Created

Viewing 15 posts - 1 through 15 (of 20 total)

  • RE: splitting column into two

    hmm , yes i found out that some names are without / , what should be the best practice here ?

  • RE: splitting column into two

    Thank you , whenever i used the -1 , i get error message

     

  • RE: searching for ending and deleting

    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...

  • RE: Help in query

    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...

  • RE: Help in query

    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' ,...

  • RE: Help in query

    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...

  • RE: get difference between data in two tables

    you are really experts.. 😀

  • RE: get difference between data in two tables

    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...

  • RE: get difference between data in two tables

    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 ,...

  • RE: Complex Query

    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....

  • RE: Complex Query

    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...

  • RE: Complex Query

    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...

  • RE: Complex Query

    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]...

  • RE: Complex Query

    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...

  • RE: Complex Query

    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...

Viewing 15 posts - 1 through 15 (of 20 total)