how do u get the first record from 50,000 records ?

Answer Posted / chemistrya2z

select * from <tbl> where rownum<2;

Is This Answer Correct ?    17 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

According to his methodology what all you need before you build a datawarehouse

1175


Explain incremental aggregation in informatica

640


what is unit testing?tell me proceedure

1763


What is informatica?

667


How can informatica be used for an organization?

636






Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM

3429


How can we use mapping variables in informatica? Where do we use them?

605


what is $$$$?

1722


What is repository manager?

522


How do you take back up of repository?

711


What are the various types of transformation?

629


Explain the scenario which compels informatica server to reject files?

640


What are the different options available for update strategy?

561


Explain the types of lookup transformation?

549


Hello , I am unable to work with SQL transformation at least. Where do i need to give connection for sql transformaton ? At session level there is no property . I have created a SQL Transformation and chosen query mode. But do i need to pass connection information to it ? I don't know where do i need to write a query ? I have written a query in file and that file path i gave in the properties of SQL Transformation. But it is not working. Could any one of you please let know how can i work with SQL Transformation? Advance Thanks.

2307