"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 / nani
select substr(address,position('n'in address))as first_name
from t1;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to identify ppi columns?
Can we collect statistics on multiple columns?
Explain amp in teradata?
Highlight a few of the advantages that ETL tools have over Teradata.
What is the use of virtual processor connectivity in teradata?
Did you write stored procedures in teradata?
What are the different table types that are supported by teradata?
What is the meaning of Caching in Teradata?
What are the functions of a teradata dba?
How many sessions of MAX is PE capable of handling at a particular time?
If I wanted to run a TPump job only once per day - basically working on a file that is produced once per day - how would you set up the parameters for that sort of job ?
What are the 5 phases in a multiload utility?
What is basic teradata query language?
What are teradata utilities?
When tpump is used instead of multiload?