Jump to content

sql statement .. select part of a field?


n8w

Recommended Posts

Hello,


I have a colum in a table that is an id .. and I have a prefix of "999" on the id (I know this wasn't the best table structure .. but I am retrofitting something.)

for example id 1 looks like
9991
id 2 looks like
9992

etc ..

I would like to select this column but just the characters after the first "999" which would be 1,2,etc


something like select id(after 3 chars) from mytable

thanks
n8w
Link to comment
https://forums.phpfreaks.com/topic/5177-sql-statement-select-part-of-a-field/
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.