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
What is a merge?
What is the difference between hashfile and sequential file?
Which commands are used to import and export the datastage jobs?
What is the purpose of pivot stage?
what should be ensure to run the sequence job so that if its get aborted in 10th job before 9job should get succeeded?
How to perform incremental load in datastage?
Field,NVL,INDEX,REPLACE,TRANSLATE,COLESC
What are the different plug-ins stages used in your projects?
Differentiate between data file and descriptor file?
Is the value of staging variable stored temporarily or permanently?
Why do you need stage variables?
Define APT_CONFIG in Datastage?
What are orabulk and bcp stages?
What is the differentiate between data file and descriptor file?
What are stage variables?