top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Informatica: How do u get the first record from n records say 50,000? [CLOSED]

+1 vote
179 views
Informatica: How do u get the first record from n records say 50,000? [CLOSED]
posted Jul 24, 2015 by Amit Sharma

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote
select * from <tbl> where rownum<2; 
answer Jul 27, 2015 by Manikandan J
...