Forum Replies Created

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

  • RE: MERGE

    HI,
    My question is regarding MERGE from SQL server.
    I am working in SQL 2008.

    I am trying to get the data from One table to 2 temp table...

  • RE: The OUTPUT Clause for the MERGE Statements

    HI,
    My question is regarding MERGE from SQL server. (Not exactly related output clause in Merge).
    So, sorry in advance if I am disturbing this topic.

    ------------------------

    I...

  • RE: Conditional order by

    Thank you for answer.
    It is useful.

    Just a small doubt.
    ----------
    insert into table1 values
    ('A'),('B'),('C'),('D'),('E'),('F'),(' ');
    ---- 
    I have one empty value in table1.
    After using the...

  • RE: Numeric datatype conversions - Implicit and explicit

    Thanks for reply.
    SQL gives chance to programmer for rounding explicitly.
    Can you please provide some details. Reason for SQL's behavior.
    Why does SQL not extend its precision ?
    Is...

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