 |
|
|
 |
New Member
|
|
Nov 21, 2008, 02:13 PM
|
|
Simple Q: How many different letters?
Assume we have these:
a,b,a,c,d,d
How many different letters are there?
Here's a simple zipped access file which includes a table of these letters, please make a simple query for that question.:o
|
|
 |
Ultra Member
|
|
Nov 21, 2008, 02:41 PM
|
|
??
|
|
 |
New Member
|
|
Nov 24, 2008, 09:09 AM
|
|
 Originally Posted by ScottGem
I spent the whole day trying Distinct at SQL view and searching at access help and web... just give me the stright answer, I'm not studying DB, it's just one course for business major..
Any way accourding to some websites there is no Distinct Count in Access 2003... just give me a simple way to do it:eek:
|
|
 |
Computer Expert and Renaissance Man
|
|
Nov 24, 2008, 09:28 AM
|
|
Again, we will NOT do your work for you. I tend to doubt that you spent some much time trying to find this solution because the answer is very simple. If you want to show me what you tried and may be able to help further.
|
|
 |
New Member
|
|
Nov 25, 2008, 10:47 AM
|
|
 Originally Posted by ScottGem
Again, we will NOT do your work for you. I tend to doubt that you spent some much time trying to find this solution because the answer is very simple. If you want to show me what you tried and may be able to help further.
Believe me I even borrowed a book from library
Code:
SELECT Count(letters) AS CountOfletters
FROM [SELECT DISTINCT letters FROM New; ]. AS T;
It has less than 5% of the total marks... IT in Business course
|
|
 |
Computer Expert and Renaissance Man
|
|
Nov 25, 2008, 01:06 PM
|
|
You are trying to hard.
SELECT DISTINCT letters FROM New;
Then look at the count.
|
|
 |
Ultra Member
|
|
Nov 25, 2008, 01:08 PM
|
|
I have never been so confused, I feel like I am in a foreign language thread.
|
|
Question Tools |
Search this Question |
|
|
Add your answer here.
Check out some similar questions!
Thank you letters!
[ 1 Answers ]
I am trying to write a thank you letter for the public to include in our companies first newsletter. I was wandering if anyone could tell me where I could find some templates or just a general ledger of how to! I am driving myself crazy over something so small, therefore getting nowhere! :confused:...
Letters from her ex.
[ 4 Answers ]
Just hoping to get some advise from the board as I have posted here before and gotten good responses.
I am a newly wed with a woman I love dearly. In the early stages of our relationship while dating she had to deal with "getting over" an ex boyfriend, at the same time she still told me how...
The Seven Letters
[ 2 Answers ]
In the Book of Revelation, we are given seven letters to the churches. I just read an interesting article that ponders what such letters to today's churches might look like. If you're interested, it's here: Letters to the Church | Articles | BuildingChurchLeaders.com
My question is what do...
Thank you letters
[ 2 Answers ]
Anyone familiar with any sites that offering tips for writing thank you letters?
Letters of introduction
[ 3 Answers ]
Hi,
I am sending out letters to introduce myself to potential employers. Does anyone know where I can get templates without having to purchase anything?
Thanks
Wes
View more questions
Search
|