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.
Author |
Topic |
kpgraci
Yak Posting Veteran
68 Posts |
Posted - 2010-09-21 : 09:33:02
|
HI all, I want to query a table that has a nvarchar(50) description fieldand I want a recordset of unique first letters, ignoring case.So if the table looks like this:Description-----------AlphabravoCharliecandyandyZuluI would get:Letters----------ABCZAs an aside, I'm not familiar with but have run into the concept of 'full text search' or something like that when I was trying to do a query using pattern matching. Apparently to support full text search (or whatever its called) something has to be done to the table or filed to support it - would that be a lot of extra overheadto do and is it necessary to do what I want to do here?Thanks,kpg - I'm new here but this forum has already been a great help!kpg |
|
X002548
Not Just a Number
15586 Posts |
|
kpgraci
Yak Posting Veteran
68 Posts |
Posted - 2010-09-21 : 10:13:30
|
Brilliant! Works great, Thanks.kpg |
 |
|
X002548
Not Just a Number
15586 Posts |
|
|
|
|