i have a table like sales....the field are
Prodid Jan(jam month sales)Feb March
1 20 76 50
2 30 94 40
3 40 90 30
4 70 20 30
5 23 40 40
6 85 30 55
7 84 20 65
8 10 93 40
9 57 30 30
10 38 83 40
11 35 39 90
12 83 89 50
Now the Question is i want get the max sales of 12 products
from the months.hint:for eg I WANT GET 89 for product12...
Can any one help me
Answer Posted / rkraju
select case when jan>feb and jan>mar and jan> apr and jan>
may and jan>jun then
jan else (case when feb>jan and feb>mar and feb>apr and
feb>may and feb>jun then
feb else (case when mar>jan and mar>feb and mar>apr and
mar>may and mar>jun then
mar else (case when apr>jan and apr>feb and apr>mar and
apr>may and apr>jun then
apr else (case when may>jan and may>feb and may>apr and
may>mar and may>jun then
may else (case when jun>jan and jun>feb and jun>mar and
jun>apr and jun>may then
jun end)end)end)end)end)end from sales;
upto dec we can use similar query to get the max sales from
that sales table i hope u undertand if u have any queries
reach me ravikiran.mca.vadali@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Different phases of multiload?
What tools would you use for that?
There is a column with date in it. If I want to get just month how it can be done? Can I use sub string?
What is the use of having index on table?
Why are oltp database designs not generally a good idea for a data warehouse?
Explain PDE.
List the logical and conditional operators that are used with teradata along with their meanings?
Can any one explain me the difference between BTEQ and MLOAD,TUMP. All canbe used for same purpose but still differnt methods. why ?
Highlight the differences between Primary Key and Primary Index.
Hi Friends, Please send me Teradata Materials for certifications Thanks in advance !!
What is difference between user and database in teradata?
What are the different design perspectives used in teradata?
What do you mean by parsing?
Backup Script was blocked you are unable to archive the data now. how do you analyze it and where do you identify ?
What are the various indexes in teradata? Why are they preferred?