Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6078681
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:51:39+00:00 2026-05-23T10:51:39+00:00

I have a database table with following layout, containing 100.000 entries: id | url

  • 0

I have a database table with following layout, containing 100.000 entries:

id | url 
1  | http://www.foo.com/ZedFe.htm
2  | www.foo.com/tEzqz.htm?q=eee
3  | foo.com/ZeeFg.htm
4  | http://www.foo.com/lkeiO
etc.

I now want to have a third column with the 5-character code of every url, but as you see not every url is formatted in the same way.
In php, I would do it like this:

$id = substr($url, strpos($url,'foo.com/') + 8, 5);

Can this be done in MySQL, using the LOCATE() and SUBSTR() functions?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T10:51:40+00:00Added an answer on May 23, 2026 at 10:51 am

    Another I think more common point of view is that string operations are a perfectly legitimate part of SQL and using them for the purpose you describe is quite appropriate.

    Here’s the basic list – you’ll find what you are familiar with – use CONCAT because there’s no equivalent operator.

    http://dev.mysql.com/doc/refman/5.5/en/string-functions.html

    I found many examples when I googled “mysql sql parse url”. One interesting sample:

    SUBSTRING_INDEX(SUBSTRING_INDEX(SUBSTRING_INDEX(TRIM(LEADING
    "https://" FROM TRIM(LEADING "http://" FROM TRIM(url))), "/", 1), ":",
    1), ".", IF(url LIKE "%.org.__%" OR url LIKE "%.net.__%" OR url LIKE
    "%.com.__%" OR url LIKE "%.__.us%" OR url LIKE "%.co.__%" OR url LIKE
    "%.__.uk%", -3, -2) )
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a database table containing the following columns: id code value datetime timestamp
I have jokes.db database. This database file imported from using this article., http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/ .
I am having an issue with parsing the following website: http://www.x-rates.com/d/USD/table.html I am very,
Say I have a database table like the following: FileID | FileName | FileSize
I have the following database table created thus: CREATE TABLE AUCTIONS ( ARTICLE_NO VARCHAR(20),
Let's say I have the following database table: record_id | record_date | record_value -----------+-------------+--------------
I have the following table in a SQLite3 database: CREATE TABLE overlap_results ( neighbors_of_annotation
I have a database with the following table: PATIENT (PATIENT_ID*, MEDICAL_EXAMINATIONS) where the field
I have the following listbox below which binds to a database table of image
I have a SQL database that has the following table: Table: PhoneRecords -------------- ID(identity

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.