if we have a column (Key) in a table.
and values of that column is
Key
1
1
1
2
2
3
3
4
4
5
5
5
and we want to show the data after query..like..
1(3)
2(3)
3(2)
4(2)
5(3)
how many times a single term comes..
Answer Posted / guest
3
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how would you troubleshoot blocking? : Sql server database administration
What are alternate keys?
Explain insert into select statement?
What is snapshot parameter in ssrs?
How to execute a stored procedure in ms sql server?
What are different types of constraints?
Describe different Processing Modes offered by SSRS?
What is the purpose of forms?
1 01 101 01010
What are the types of processing and explain each? : sql server analysis services, ssas
How to find the service pack installed? : sql server database administration
What is the index requirement in SQL Azure?
How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?
Can you change the data type of a column in a table after the table has been created? If so, which command would you use?
Do you know what are the restrictions that views have to follow?