Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Forum Etiquette: How to post data/code on a forum to get the best help

    i have a table under below-

    tblEmp(eid int primary key identity(1001,1),

    ename varchar(100),Eaddress varchar(100),

    estate varchar(100),

    loc varchar(100),

    doj date,

    dob date,

    edesc varchar(200))

    now when i insert this

    insert into tblEmp values('Rakesh Kaushik','Nalagarh','abc','2001-01-11','12001-01-11',1,1,1)

    i got error Operand...

Viewing post 1 (of 1 total)