Jump to content

[SOLVED] Help with string function.


Gnub

Recommended Posts

I've got a problem i need help solving.

 

I have a field that holds information on cities.  Some of the data however comes with additional information in a '( )'.  I dont want what's inside these brackets, however i cannot ignore it while scraping. 

 

So...it has to be done through the SQL. 

I've been lead to a few functions called:

LEFT(), RIGHT(), CHARINDEX(), SUBSTRING().

 

What im thinking is that i grab the position of the first '(' and then get all that's before it, and put that into a seperate collumn, when i eventually export this info into a csv.

 

My question is, will these functions help me achieve my goal?

 

thanks in adv.

 

Gnub.

Link to comment
Share on other sites

LEFT(Field, CHARINDEX(string1, Field)) AS newField

 

Just incase someone wanted to know my solution.

 

String1 = what you are looking for.

Field = the field your searching in.

newField = the name of the new field that holds the changed data.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.