Forum Replies Created

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

  • RE: How to Join the two table

    ramanathan.raman88 (2/2/2013)


    Table 1

    ABCDF

    A1B1NULLNULLNULL

    A2B2NULLNULLNULL

    A3B3NULLNULLNULL

    A4B4NULLNULLNULL

    A5B5NULLNULLNULL

    Table 2

    LocName

    A1White

    A2Black

    A3Red

    A4Orange

    A5Blue

    B1Green

    B2Yellow

    B3Gold

    B4Rose

    B5Silver

    So your just asking how to join the two tables..?

  • RE: slowly changing dimension?

    polkadot (6/7/2013)


    Hi everyone.

    I've got to figure out whose games scores changed the least over time. I've created DDL to illustrate

    create table gamescores

    (gameNo varchar(20) not null,

    player varchar (20) not null,

    score int...

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