Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Puzzle
Message
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Re: Puzzle
Miscellaneous
Thread ID:
00282698
Message ID:
00282933
Views:
25
I think you'd get a cross join from that.

Say that there was a table

CREATE TABLE foo (
c char(4)
)

Which contained some data like this:

AAA
AAa
AaA
Aaa

I would like to find only that rows that contain: AaA

Remember that the installed sort order is case-insensitive.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform