Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)

  • RE: Can you please any one explain?

    i m using SQL server 2005

  • RE: Can you please help me??

    @ChrisM@Work : this are (50200,50194,50430,50191,1) Record Id

  • RE: Can you please help me??

    @HanShi Thanks its working

    but i wanna extra add distinct for C_recid

  • RE: Can you please help me??

    I was tried that but the Output will be comes based on ascending order based but i wanna the output come arranged on in() class based.....

  • RE: Query Required

    Thank you very much

  • RE: Query Required

    i have data in this format only and i wanna store one date so that why i have mentioned in int datatype of DOB

  • RE: Query Required

    create table members

    (

    id int identity,

    firstname varchar(30),

    lastname varchar(40),

    dob int

    )

    insert into members(firstname,lastname,dob) values ('Michel','David',19890630)

    insert into members(firstname,lastname,dob) values ('Raja','Kumar',19900625)

    insert into members(firstname,lastname,dob) values ('Rahul','Sundar',19910501)

    insert into members(firstname,lastname,dob) values ('Arun','Edward',19901219)

    i wanna result...

  • RE: Back up

    Thank you

Viewing 8 posts - 1 through 8 (of 8 total)