Click here to Skip to main content
16,005,038 members
Home / Discussions / Database
   

Database

 
AnswerRe: Need query for the table..., Pin
Blue_Boy30-Jul-07 22:06
Blue_Boy30-Jul-07 22:06 
GeneralRe: Need query for the table..., Pin
Member 387988131-Jul-07 0:01
Member 387988131-Jul-07 0:01 
QuestionInstalling and using Developer 2005 Pin
Paul Selormey30-Jul-07 15:08
Paul Selormey30-Jul-07 15:08 
AnswerRe: Installing and using Developer 2005 Pin
Mike Dimmick30-Jul-07 22:58
Mike Dimmick30-Jul-07 22:58 
QuestionAlphabetical Select Statement Pin
Sam Heller30-Jul-07 12:00
Sam Heller30-Jul-07 12:00 
AnswerRe: Alphabetical Select Statement Pin
Paul Conrad30-Jul-07 12:16
professionalPaul Conrad30-Jul-07 12:16 
GeneralRe: Alphabetical Select Statement Pin
Sam Heller30-Jul-07 22:16
Sam Heller30-Jul-07 22:16 
GeneralRe: Alphabetical Select Statement Pin
andyharman30-Jul-07 22:44
professionalandyharman30-Jul-07 22:44 
Hi Sam

Assuming that you are using SQL-Server, try:
select * from somewhere where nameofperson like '[ABCDEF]%'
You might want to check that you have a case-insensitive collation set for your database - otherwise you will need to use the "Upper()" function around your "nameofperson" column.

Regards
Andy

If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message".

GeneralRe: Alphabetical Select Statement Pin
Sam Heller30-Jul-07 22:47
Sam Heller30-Jul-07 22:47 
GeneralRe: Alphabetical Select Statement Pin
Paul Conrad31-Jul-07 3:01
professionalPaul Conrad31-Jul-07 3:01 
GeneralRe: Alphabetical Select Statement Pin
Sam Heller31-Jul-07 3:05
Sam Heller31-Jul-07 3:05 
GeneralRe: Alphabetical Select Statement Pin
Paul Conrad31-Jul-07 13:10
professionalPaul Conrad31-Jul-07 13:10 
GeneralRe: Alphabetical Select Statement Pin
Paul Conrad31-Jul-07 3:00
professionalPaul Conrad31-Jul-07 3:00 
Question"Fuzzy search" component Pin
afendi30-Jul-07 11:49
afendi30-Jul-07 11:49 
QuestionSelect from a DataTable Pin
MohammadAmiry30-Jul-07 8:05
MohammadAmiry30-Jul-07 8:05 
AnswerRe: Select from a DataTable Pin
Aaron VanWieren30-Jul-07 13:56
Aaron VanWieren30-Jul-07 13:56 
GeneralRe: Select from a DataTable Pin
MohammadAmiry31-Jul-07 2:55
MohammadAmiry31-Jul-07 2:55 
GeneralRe: Select from a DataTable Pin
Aaron VanWieren31-Jul-07 8:55
Aaron VanWieren31-Jul-07 8:55 
QuestionView Next & Previous Data using C# Pin
Saiyed Alam30-Jul-07 6:06
Saiyed Alam30-Jul-07 6:06 
AnswerRe: View Next & Previous Data using C# Pin
Paul Conrad30-Jul-07 13:59
professionalPaul Conrad30-Jul-07 13:59 
AnswerRe: View Next & Previous Data using C# Pin
Mike Dimmick30-Jul-07 23:43
Mike Dimmick30-Jul-07 23:43 
QuestionDTS Query Pin
A.Muthunagai30-Jul-07 1:20
A.Muthunagai30-Jul-07 1:20 
AnswerRe: DTS Query Pin
Rob Graham30-Jul-07 4:08
Rob Graham30-Jul-07 4:08 
AnswerAny sample for DTS? Pin
A.Muthunagai30-Jul-07 23:10
A.Muthunagai30-Jul-07 23:10 
QuestionIndexing SQL 2005 Database!!! Pin
kibromg30-Jul-07 0:37
kibromg30-Jul-07 0:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.