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
https://forums.phpfreaks.com/topic/51166-solved-help-with-string-function/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.