Forum Replies Created

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

  • RE: Simple...

    INSERT INTO TABLE1(COL1, COL2) SELECT LTRIM(LEFT((COL1 + REPLICATE(' ', 6)), 3)), LTRIM(RIGHT((COL1 + REPLICATE(' ', 6)), 3)) FROM TABLE2

    This makes sure that the query will not fail in case of...

  • RE: Status printing...

    Antares686's suggestion works. Thanx.

    Prasath.

  • RE: How to Improve Data base performance

    Hi,

    I guess I got answers for some of your questions. But I am not sure how far it will be useful for your work. First of all,...

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