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

  • Home
  • SEARCH
  • 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 7793869
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T22:37:29+00:00 2026-06-01T22:37:29+00:00

Ok. So I have a table called jos_sobi2_fields_data that contains multiple fids and sections.

  • 0

Ok. So I have a table called jos_sobi2_fields_data that contains multiple fids and sections. For example the baseDate from fid=36 contains “Names” and the baseData from fid=39 contains “Addresses” I need to write a query that is going to select data from jos_sobi2_fields_data and put the Names in one column and the address in one beside it. So far I’ve tried

Select baseDate 
from jos_sobi2_fields_data 
WHERE fid=36 
and section = 54; 
UNION ALL 
Select baseData 
from jos_sobi2_fields_data 
WHERE fid=39 
AND section = 54;

But when I query this it just lists the baseData from fid=36 first and then under it, it lists the baseData from fid=39. So how do I get it two separate the two into separate columns beside eachother?

P.S. The section is just regarding information from one specific website, so another website might be section = 52.

  • 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-06-01T22:37:31+00:00Added an answer on June 1, 2026 at 10:37 pm

    You should just use a join… something like this maybe:

    SELECT jsfdName.baseData AS Name, jsfdAddr.baseData as Address
    FROM jos_sobi2_fields_data AS jsfdName
    JOIN jos_sobi2_fields_data AS jsfdAddr USING( section, sid )
    WHERE jsfdName.fid = 36 AND jsfdAddr.fid = 39
        AND section = <section>
    

    Replace <section> with the section number (or a prepared statement placeholder, even better).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table called specs . I need to edit multiple rows from
I have a table called Schedule that serves as a queue mechanism for multiple
Have a table called user_products that contains a record for each product the user
i have table called as Support, which have a field named Name and contains
i have table called type which contains data family,individual i want in some pages
In my db I a have table called users. In that table I have
I have table name called Person with following column names P_Id(int), LastName(varchar), FirstName (varchar).
I have table called FinalForgotten which only contains one field called aname. The field
I have table called 'shipped_data' https://i.stack.imgur.com/JXBej.png and need go get all 'caseNumbers' that match
I have table called Table A and I have created a trigger that handles

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.