hello,
tell me the function which removes spaces from decimal
field?

Answers were Sorted based on User's Feedback



hello, tell me the function which removes spaces from decimal field?..

Answer / prakash b

Use 'decimal_lpad' or 'decimal_strip'

Is This Answer Correct ?    15 Yes 1 No

hello, tell me the function which removes spaces from decimal field?..

Answer / murali udayagiri

Generally the decimal field does't contain any spaces.

The below two are string functions.
1.decimal_lpad
2.decimal_strip

These can be used for
a)trim the spaces
b)Removing nondecimal
from string inputs.

Thanks,
Murali Udayagiri

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Ab Initio Interview Questions

Have you ever encountered an error called “depth not equal”?

0 Answers  


Why creation of temporary files depends on the value of MAX CORE

1 Answers   HCL,


what is macro?At what situation we have to face?

1 Answers  


Can sorting and storing be done through single software or you need different for these approaches?

0 Answers  


Can you explain data flow graph with an example?

0 Answers  






What will be the skew for, input file->partition by key-> partition by round robin->output file

0 Answers  


When using multiple dml statements to perform a single unit of work, is it preferable to use implicit or explicit transactions, and why?

0 Answers  


What is the difference between partitioning with key and round robin?

7 Answers   TCS, Wipro,


How to replace last 4 digits of an input column with XXXX given input column has 12 digits?

0 Answers  


Explain data flow graph with an example?

0 Answers  


What are the benefits of data processing according to you?

0 Answers  


How can you achieve scan using reformat ?

2 Answers  


Categories