In a table, 4 person having same salary. How to get Third
person record only?
Answer Posted / gopi k
rownum is pseudo column, when query extracts rows rownum
will be appended to query. So where rownum = 3 condition is
a wrong one.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to create or implement slowly changing dimension (SCD) Type 2 Effective Date mapping in informatica/Flagging mapping in informatica/visioning mapping in informatica?
Target increases every day even though no new record was inserted
What are the transformations that are not supported in mapplet?
How can we update a record in the target table without using update strategy?
difference between informatica 8.1.1 and 8.6
How many input parameters can exist in an unconnected lookup?
Different circumstance which drives informatica server to expel records?
What is the Rank index port in Rank transformation?
How can we delete duplicate rows from flat files?
What are the different ways to implement parallel processing in informatica?
How to create the list file having millions of flat files while indirect loading in informatica? In indirect file loading, suppose we have less no.of flat files then we can enter files names manually in list file creation. If millions of files are there, how can we enter the flat file names in list file?
Debugger what are the modules, what are the options you can specify when using debugger, can you change the expression condition dynamically when the debugger is running.
Informatica Server and Client are in different machines. You run a session from the server manager by specifying the source and target databases. It displays an error. You are confident that everything is correct. Then why it is displaying the error?
Design a mapping to load the cumulative sum of salaries of employees into target table?
In informatics server which files are created during the session rums?