Search:

Type: Posts; User: Rksinghpathania; Keyword(s):

Search: Search took 0.00 seconds.

  1. Data Warehousing - Re: File having 12 records I have to send data to different targets

    Try it will work fine:-

    Use Router transformation by giving different condition as per ur requirement for each target.

    bye
  2. Data Warehousing - Re: File having 12 records I have to send data to different targets

    Try it will work fine:-


    Use Router transformation by giving different condition as per ur requirement for each target.

    cheers
  3. SQL Re: I would like to lpad the first 10 numbers

    Try this dear it will work fine:-

    select replace(dno,substr(dno,2,10),'**********') from dept
  4. SQL Re: I would like to lpad the first 10 numbers

    Try this dear it will work fine:-

    select replace(dno,substr(dno,2,10),'**********') from dept
  5. SQL Re: Second highest number from a list of numbers

    select max(list_number) from table_name
    where list_number not in (select max(list_number) from table_name)


    Note: table_name =put name of the table
    list_number = column name(containing...
  6. SQL Re: Retrieve the data which are only duplicates

    select ename from emp
    having count(ename)>1
    group by ename
Results 1 to 6 of 6
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact