Comparing text

gasbored

Registered User.
Local time
Today, 11:05
Joined
Jul 30, 2007
Messages
12
Lets say I have the following two text fields

Field1= "Today is Monday"
Field1 = "Today is Monday and it is sunny"

If Field1<>Field2, I want to set Field3 = " and it is sunny"

In other words I want to record the 'difference' between the two strings. I Venn Diagram language, I want to get Field1/Field2

Is there a way to do this in SQL ?
 
Thanks, that sounds like it
 

Users who are viewing this thread

Back
Top Bottom