"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
Highlight the points of differences between the database and user in Teradata.
What is smp and mpp platforms?
how many modules are there in telecome domain?how to explain the architecture?
What is inner join and outer join?
How does hashing happens in teradata?
Explain PDE.
What are the enhanced features in teradata v2r5 and v2r6?
What are the different table types supported by teradata?
How do you set the session mode parameters in bteq?
Explain teradata vs. Redshift?
What are the things to be considered while creating secondary index?
What are the commands to make a new table, change a table and remove a table in teradata?
If Fast Load Script fails and only the error tables are made available to you, then how will you restart?
What's the difference between timestamp (0) and timestamp (6)?
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?