Databases| SQL| MySQL| Questions? | Software Development
 

Mysql Lpad Function

Mysql Lpad Function is used to add padding to the left end of the string. The Function stopped the combination of string and added padding if it reached the length character.

Mysql Lpad Function

                         

Mysql Lpad Function is used to add padding to the left end of the string. The Function stopped the combination of string and added padding if it reached the length character. Incase the string is shorter than the length, the string will be shortened from the left and will go with the specified length constraint. The padding can be any character.

Understand with example

The Tutorial understand an example from 'Mysql Lpad Function'. To understand this example we use the given below syntax:

SYNTAX:- LPAD(str,len,padstr)

Query to use Lpad Function:-

The Query below return you the all the letters of roseindia.net and are padded with  2 # to the left of the LPAD.

mysql> select LPAD('Roseindia.net',15,'#')as LPAD;

Output:-

+-----------------+
| LPAD            |
+-----------------+
| ##Roseindia.net |
+-----------------+
1 row in set (0.00 sec)

 

                         

» View all related tutorials
Related Tags: sql mysql c database string git data type char port locale byte set support length symbols character tab local define

Leave your comment:

Name:

Email:

URL:

Title:

Comments:


Enter Code:

Audio Version
Reload Image
 

Note: Emails will not be visible or used in any way, and are not required. Please keep comments relevant. Any content deemed inappropriate or offensive may be edited and/or deleted.

No HTML code is allowed. Line breaks will be converted automatically. URLs will be auto-linked. Please use BBCode to format your text.

Add This Tutorial To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
 
Tell A Friend
Your Friend Name

 

 
Recently Viewed
Software Solutions
Search Tutorials

 

 
 

Home | JSP | EJB | JDBC | Java Servlets | WAP  | Free JSP Hosting  | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs

About Us | Advertising On RoseIndia.net  | Site Map

India News

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2008. All rights reserved.