1) In a dataset how to delete a single row?
2) i have 50 rows , i want to display 5-7 records only?
How to write the sql query?
3)i have 40 rows,i want to display last row? write sql query?
Answer Posted / sarath
for 2nd:
select * from table where rownum<8 minus select * from table where rownum<5;
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
How complex jobs are implemented in datstage to improve performance?
How the ipc stage work?
in oracle target stage when we use load option and when we use upsert option?
What is the difference between orabulk and bcp stages?
What is active and passive stage?
what is use of SDR function?
Which warehouse using in your datawarehouse
hi.... am facing typical problem in every interview " I need some critical scenarios faced in real time" plz help me guys
What is the flow of loading data into fact & dimensional tables?
Difference between data warehousing and olap?
Explain how a source file is populated?
how to add a new records into source?
Describe the architecture of datastage?
What are the different type of jobs in datastage?
What are the types of containers?