Viewing 2 posts - 16 through 17 (of 17 total)
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...
April 27, 2006 at 4:40 am
#634519
Hi,
I am always tempted to use cursors....
Thank you very much, this is of great help to me!!!
Greetings,
Erik
April 26, 2006 at 9:54 am
#634367