-
Junior Member
sql query
i want to display the column like dis
id name sal
1 max 20000
2 hitman 40000
3 tom 50000
total 110000
-
Junior Member
Re: sql query
U want to disply like this
1 max 20000
2 hitman 40000
3 tom 50000
total 110000
in an sql assistant.....I think its not possible...uasing a reporting tool we can display
cheers,
bharath
-
Junior Member
Re: sql query
You have to use oracle9i
Try this,Sure it will work
Select * from tablename
group by rollup(id);
-
Re: sql query
you also need to post what is the structure of your actual data.
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