Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 matching one column with text in another column

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-01-25 : 12:00:31
chris writes "I have a db with multiple columns - one is showtime and one is link (there are other columns but they aren't important). The link column has something like www.buytickets.com/blah&blah&TIME=15:00&blah&blah. Sometimes there are errors in the link field where the time portion of the link doesn't match the showtime field.. and it should. What query can I run to find where there is a disparity between the link and the showtime? I can't use trim becuase the parts of the link I listed as blah are variable length.

Thanks

Chris"
   

- Advertisement -