Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: table Joins and overby clause

    Hi Sanandh ,

    I Don't See any difference between two sql queries .I want to know what sample data are you using.

    create table tab1(id int,name varchar(30));

    create table tab2(id int,namel varchar(30),bdate datetime);

    insert...

Viewing post 1 (of 2 total)