Remove left hand characters from a field.

This is a discussion on Remove left hand characters from a field. within the MySQL Database forums, part of the Database Forums category; How do you remove, say the first 4 characters from a field? I have a bunch of department names in ...


Go Back   Usenet Forums > Database Forums > MySQL Database

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 06-21-2007
Loony2nz
 
Posts: n/a
Default Remove left hand characters from a field.

How do you remove, say the first 4 characters from a field?

I have a bunch of department names in a column that is prefaced with
accounting codes.

Ex. 715-Human Resources, 813-Operations

What's the MySQL query to remove the first 4 characters? (yes, they're
consistent)

Thanks!
chris

Reply With Quote
  #2 (permalink)  
Old 06-21-2007
Geoff Muldoon
 
Posts: n/a
Default Re: Remove left hand characters from a field.

Loony2nz says...
> How do you remove, say the first 4 characters from a field?
>
> I have a bunch of department names in a column that is prefaced with
> accounting codes.
>
> Ex. 715-Human Resources, 813-Operations
>
> What's the MySQL query to remove the first 4 characters? (yes, they're
> consistent)


SELECT SUBSTR(<column_name>, 5) FROM <table_name>;

GM
Reply With Quote
  #3 (permalink)  
Old 06-26-2007
Loony2nz
 
Posts: n/a
Default Re: Remove left hand characters from a field.

On Jun 20, 5:49 pm, Geoff Muldoon <geoff.muld...@trap.gmail.com>
wrote:
> Loony2nz says...
>
> > How do you remove, say the first 4 characters from a field?

>
> > I have a bunch of department names in a column that is prefaced with
> > accounting codes.

>
> > Ex. 715-Human Resources, 813-Operations

>
> > What's the MySQL query to remove the first 4 characters? (yes, they're
> > consistent)

>
> SELECT SUBSTR(<column_name>, 5) FROM <table_name>;
>
> GM


MUCHOS GRACIAS MI AMIGO!!

That's just what I wanted!

--Chris

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 06:23 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0