Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to find a shorter text on a longer column?
Message
From
12/12/2006 13:29:49
 
 
To
12/12/2006 13:23:06
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01176930
Message ID:
01176933
Views:
6
>You can use LIKE operator. It's optimizable as long as it doesn't start with wildcard character.
>WHERE trandate LIKE LEFT(myexceldate,10) + '%'
>
Great! I'll try that.

I was dreading having to go back to the client to have them resend the data with all info (which they may not even have). And I certainly modify structure and create another column and populate it with only left(10). We'll see how it goes and what speed do I get. I have to look for about 2000 transactions out of 41 mill.

Thanks.

PS: Would SQL syntax be:
... " AND trandate LIKE '" + LEFT(myexceldate,10) + "%'"


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform