Forum Replies Created

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

  • RE: Passed 70-448!

    Hi Everyone,

    I want to give the exam 70-448.

    Can anyone please guide me for this ?

    Thanks in Advance.

    Nitin parthe.

  • RE: TSQL

    This works

    Insert into test Select 'A' union Select 1;

    also

    Insert into test Select 1 union Select 'A'; works

    but only select statement not works.

    Select 1 union Select 'A';

    Give error :

    Syntax...

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