Re: Concat() Syntax..

2002-07-25 Thread Victoria Reznichenko
Ashwin, Wednesday, July 24, 2002, 3:15:25 PM, you wrote: AK> I have a table with a field full of urls.. what I need to do is to append AK> to those urls with a new url, so for example, if the field had AK> http://www.yahoo.com i want to make it AK> http://www.myserver.com/login?url=http://www.yah

Concat() Syntax..

2002-07-24 Thread Ashwin Kutty
Hi all, I have a table with a field full of urls.. what I need to do is to append to those urls with a new url, so for example, if the field had http://www.yahoo.com i want to make it http://www.myserver.com/login?url=http://www.yahoo.com .. I have tried the following which I thought should wor