> From: Stephen Nelson-Smith [mailto:[EMAIL PROTECTED]
> UPDATE currencies SET symbol = '&pound' WHERE ISO_CODE = 'GBP';

Ah!  A good, soft solution!  I hope there was a semicolon in there just before 
the closing single quote, though!

UPDATE currencies SET symbol = '£' WHERE ISO_CODE = 'GBP';
                               here --^

                - Peter

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to