Thread
:
Help with Partial string Search
View Single Post
#
2
(
permalink
)
12-04-2008, 5:04 PM
MattP
VB.NET Forum Idol
.NET Framework: .NET 2.0 (VS 2005)
Join Date: Feb 2008
Location: USA
Posts: 866
Reputation:
499
Didn't I answer this one already?
Code:
SELECT * FROM TableA a JOIN TableB b ON SUBSTRING(a.column, 5, 11) = b.column
MattP
View Public Profile
Send a private message to MattP
Find all posts by MattP