I know how to use CF to prefix "http://" to DB URLs that don't have it.

How can I do it with SQL7 only?
(The following doesn't work.)

UPDATE orgs
SET website = 'http:// + website'
WHERE id IN (SELECT id FROM orgs WHERE website LIKE 'www%' )

best,  paul

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to