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 4025536
In Process

The Archive Base Latest Questions

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

Using MySQL I need to have a list (possibly long list) of x,y coordinates.

  • 0

Using MySQL I need to have a list (possibly long list) of x,y coordinates. How should I go about this?

Apologies for the amazing amount of vague in this question! I didn’t want to explain my entire project but I suppose some more explanation is in order for this to make any sense as a question.

Ok I’m doing a a map/direction web application for a client (no, I’ve looked into Google Maps API, but I need to map their buildings/campus so I don’t think that applies well). So my current plan is to create some PHP scripts that will run through dijkstra’s algorithm (I’m purposely dumbing this down quite a bit because, again, I don’t want to explain the whole project) but since that algorithm is based on the use of a graph I was going to have an Edge table that will contain various Coords so that I know, in the image, how to draw my lines. Does this make any more sense to you guys now? Again I apologize, I should’ve gone a little more into my issue originally.

  • 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-20T10:51:32+00:00Added an answer on May 20, 2026 at 10:51 am

    making a lot of assumptions since your question is vague…

    Use two tables with a foreign key, this is the standard approach to model a one to many relationship

    create table table1 (
    id int
    --more columns presumably
    )
    create table coordinates (
    id int,
    table_id int --foreign key with table1,
    x int,
    y int
    )
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a product catalog using apache, php and mysql. I need to put
I'm using MySQL 5, and I need to do this sentence to get the
I have a list of passwords in mySQL that are generated using $hash =
I need to develop this kind of application, i'm using php and mysql first
using MySQL I need to fill a column with the position in the list
I am using mysql workbench (SQL Editor). I need copy the list of columns
UPDATED: I am using MySQL statement to create a view: I need to show
I am using MySQL as database. I need to update some data. However the
I need to make a synonym search function, using MySQL. Here is the tables
Need some guidance figuring out what went wrong. I've been using mysql, phpmyadmin for

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.