I have a table like this
Table Name:Products
Productid Price
1 10
1 10
2 20
3 30
3 30
But i want to output like this.
productid price
2 20.
please replay me.
Answer Posted / siri
select * from table name where price=20
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to select some rows from a table in oracle?
Explain the use of rows option in exp command.
11. Display the client number and name and the client number and name of the person who referred that client.
How to create an oracle database?
Is oracle a relational database?
What privilege is needed for a user to connect to oracle server?
What is the difference between truncate & delete command?
Explain a data segment?
What is concurrency in oracle?
How to drop an index?
How to drop an existing table in oracle?
How to loop through a cursor variable?
What is redo log?
What is the sid in oracle?
why dont we assign not null constraint as table level constraint.