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
Hi send me the Teradata dumps to my id rajeshanantha@yahoo.co.in Thanks Rajesh. A
What is smp and mpp platforms?
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 is the use of virtual processor connectivity in teradata?
Define views in teradata with syntax.
What is the purpose of indexes?
What are the main components of teradata system?
What are the various indexes in teradata? How to use them? Why are they preferred?
What type of indexing mechanism do we need to use for a typical data warehouse?
How is MLOAD Teradata Server restarted after execution?
What are the commands to make a new table, change a table and remove a table in teradata?
Differentiate database data and data warehouse data?
what are the uses of fact table and dimension table in banking project?
Explain the term 'database' related to relational database management system?
Difference between multiload and tpump?