Hi Friends
I have a sql question, We have the source data as below.
101 address1, address2, address3
and the output shoulb like below
101 address1
101 address2
101 address3
Required a SQL query for this output.
Please let me know if you have any sql query for this.
Thanks in advance.
Hari M
Answer Posted / ronak
You have to use LPAD function,
Select lpad(address,20,'101')
from tableName;
NOTE: address is column name of address info, 20 is total
characters you want to display including 101 (since in this
case we don't know the characters of address),
Thank you
Ronak
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Difference between stored procedure and macro?
Where is teradata rdbms used?
What is bteq utility in teradata?
Can we have two time dimensions in a schema(either star or snow flake)? For ex if we want joining date of employee and if we want today's sales with time whether can we have two time dimensions for accommodating above tasks?
Highlight the need for Performance Tuning.
What is real time and near real time data warehousing?
What are the different design perspectives used in teradata?
Explain teradata utilities?
What interface is used to connect to windows based applications?
What is the purpose of upsert command?
What is partitioned primary index (ppi)?
Syntax for case when statement?
Explain and compare pros and cons of snow flake schemas?
What are the different softwares used with their functions in teradata?
If Fast Load Script fails and only the error tables are made available to you, then how will you restart?