Forum Replies Created

Viewing 2 posts - 16 through 17 (of 17 total)

  • RE: Seperate lines into columns

    Better readable:

    Hello,

    I have the following table:

    create table x ( id INT, t VARCHAR (200))

    insert x (id,t) values (1, 'These are three words')

    insert x (id,t) values (2, 'And this line...

  • RE: How to avoid Cursors in this problem

    Hi,

    I am always tempted to use cursors....

    Thank you very much, this is of great help to me!!!

     

    Greetings,

     

    Erik

Viewing 2 posts - 16 through 17 (of 17 total)