-
query to pull records that have first letter A
quick question
how would i code a query to select records from a database in the following way
i want it to pic records that have the field lname with a value whos first letter is A
so if its value was abbot or allen or armstrong it would get selected
so i can pull only the names from database that begin with A
anyone able to help
thanks
OriginalFundRaisingWidget - Free "Non Commercial" PayPal FundRaising Widget, for Charities, Organizations and Individuals, Hosted Free. Check It Out
-
select * from table WHERE column like 'A%' or column like 'a%';
-
great thanks
i knew it would be something simple
OriginalFundRaisingWidget - Free "Non Commercial" PayPal FundRaising Widget, for Charities, Organizations and Individuals, Hosted Free. Check It Out
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
|
Bookmarks