"pravalli nagireddy" record is there in address column but i
want display only 'nagireddy' from the main string what is
query for that pls tell me

Answer Posted / yuvaevergreen

sel substr(address,index(address,' ')+1) from db.emp;
will give you the string after the first space in the string.

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the multi-insert?

783


When tpump is used instead of multiload?

829


What are the uses of bynets in multi-node systems?

763


Highlight the advantages of PPI(Partition Primary Index).

769


What do you mean by caching in teradata?

805


If the PMON is not working then how do you manage and monitor all processes, resources and sessions etc.

1866


Explain vproc in teradata?

739


What are differences between teradata and ansi session modes in teradata?

846


Why is the case expression used in teradata?

782


What are the design features involved in teradata?

739


If the PMON is not working then how do you identify and monitor all the processes, resources and sessions ?

1928


How to run a query in teradata?

779


Explain parsing engine in teradata?

786


Explain PDE.

815


There is a column with date in it. If I want to get just month how it can be done? Can I use sub string?

835