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
| Is This Answer Correct ? | 11 Yes | 0 No |
I have a source like file it have Number of records and i want to load without first and last records in target?Datastage?
Answer
| Is This Answer Correct ? | 6 Yes | 4 No |
Question { 8802 }
hi this is kiran
i have one table i want divide the table with two different
table like even rows and odd rows
how can i do this one
tell me plzz
Answer
| Is This Answer Correct ? | 1 Yes | 0 No |
col1
123
abc
234
def
jkl
768
opq
567
789
but i want two targetss target1 contains only numeric values
and target2 contains only alphabet values like
trg1
123
234
768
567
789
trg2
abc
def
jkl
opq
Answer
| Is This Answer Correct ? | 1 Yes | 0 No |
Question { Cap Gemini, 9906 }
i have one table with one column in this column i have three
rows like 1,1,2 then that rows populate to target as first
tow rows as one row and remaing row as one row how it posible?
COLUMN_NAME
SHIVA
RAMU
MADHU
THEN I WANT TO LIKE SHIVA AND RAMU IN ONE ROW AND
MADHU IS ONE ROW IF ANY ONE KNOW PLZ TELL ME
Answer
| Is This Answer Correct ? | 14 Yes | 1 No |
A flatfile contains 200 records.I want to load first 50
records at first time running the job,second 50 records at
second time running and so on,how u can develop the job?pls
give the steps?
Answer
| Is This Answer Correct ? | 8 Yes | 1 No |