• ganapathy.arvindan (5/29/2016)


    trying to add a image on employee table format but not able to

    Correct. That's because you're trying to reference an image from your C:Drive and this web site can't see that.

    It wouldn't do any good anyway. We need the CREATE TABLE statement and we need some readily consumable data for the employee table.

    Also, please see the first link under "Helpful Links" in my signature line below. JLS was kind enough to build test data from your previous posts. It would be nice if you would help us help you.

    Thanks.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)