Forum Replies Created

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

  • RE: Conditional Statements in WHERE Clauses

    The conditional where clause works fine for small sets of data but it is not very efficient. For large data sets it is better to stick to the dynamic...

  • RE: How can I join 2 tables

    This produces the result requested:

    select

    da.ID,

             da.Date,

             sw.HRS_WKLY,

             sw

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