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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T11:33:56+00:00 2026-05-22T11:33:56+00:00

I have to deal with a table like this one with approximately a couple

  • 0

I have to deal with a table like this one with approximately a couple of hundreds of #id (and counting).

id     field_name     field_value  
1      name           pasta  
1      lat            41.27651  
1      long           11.45234  
2      name           pizza  
2      lat            43.53455 
2      long           12.62346
..     ....           ........
..     ....           ........
..     ....           ........

I need to build an XML file that allows me to add markers on Google Map with a structure like this:

<makers>
    <marker name="$name" lat="$lat" long="$long" />
    <marker name="$name" lat="$lat" long="$long" />
    (...)
</markers>

I am trying to do a query like this and then put all the info in arrays and play with some foreach but I am failing so hard that I can’t go on.

$query = "  SELECT field_val
        FROM table
        WHERE field_name='Name'";

The main problem is that i am not able to work with a structure like this, given the fact that a probably better structure would have been like this

id    name    lat       long
1     pasta   41.27651  11.45234
2     pizza   43.53455  12.62346
..    ...     ...       ...

Please note that i can’t change the way the entries go in the DB and that the structure of the table is more complicated than the one showed here (with approx. 15 field_name per id, not all of them necessary).

Sorry for the poor english and thanks for your time.

  • 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-22T11:33:56+00:00Added an answer on May 22, 2026 at 11:33 am
    SELECT 
      id,
      GROUP_CONCAT(if(fieldname='name', field_value, NULL)) AS 'name', 
      GROUP_CONCAT(if(fieldname='lat', field_value, NULL)) AS 'lat', 
      GROUP_CONCAT(if(fieldname='long', field_value, NULL)) AS 'long' 
    FROM table 
    GROUP BY id; 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table like the one below. It is a record of daily
I'm stumped with this query. I have a deal table with deals for different
I have a simple table like following: class SnookerCurrentInfo extends Doctrine_Record { public function
in my jsp i have a table constructed dynamically like the following: ' retour.append();
(Note: this is for MS SQL Server) Say you have a table ABC with
I have to deal with a table where there is a set of fields
So, here's the deal. I have an html table that I want to populate.
I have four check boxes like this, <asp:CheckBoxList ID=CheckBoxList1 runat=server onselectedindexchanged=CheckBoxList1_SelectedIndexChanged Width=190px> <asp:ListItem>Programming Contests</asp:ListItem>
I have a unit which is comprised of several subparts. I have one table
I'd like to have a group of table entries using the collapse setting but

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.