"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 ARRDESS COLUMN FROM TABLE NAME WHERE ADDRESSCOLUMN='%
NAGIREDDY'
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Explain the most common data types used in teradata?
What is a level of granularity of a fact table?
Did you write stored procedures in teradata?
What is teradata and why it is used?
What is multi insert?
What is logical data model?
What interface is used to connect to windows based applications?
What does Amp contain and what are all the operations that it performs?
Describe the between keyword in teradata?
Difference between inner join and outer join?
What do you mean by parsing?
How many types of joins are there in teradata?
What is the command in bteq to check for session settings ?
Explain the term 'foreign key' related to relational database management system?
Let us say there is a file that consists of 100 records out of which we need to skip the first and the last 20 records. What will the code snippet?