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
What is the simplest tool to run commands on oracle servers?
Can we create database in oracle using command line ?
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
How to create a table index in oracle?
Difference between varchar and varchar2 data types?
Name the various constraints used in oracle?
How to add another datafile to a tablespace?
Explain an exception and its types?
Is oracle a relational database?
How to select some columns from a table in oracle?
What is Segment Advisor in Oracle?
What operating systems are supported by oracle database 10g xe?
Explain the use of grant option in exp command.
Please explain oracle left join with an example?
What is an Oracle index?