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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T04:22:22+00:00 2026-05-28T04:22:22+00:00

Well i am currently trying to do a query in SQL, but i wanna

  • 0

Well i am currently trying to do a query in SQL, but i wanna to join 2 tables in the same query. Well i’m using this code in PHP:

SELECT * FROM table1, table1
WHERE value1 LIKE '$q%'  
OR value2 LIKE '$q%'  
LIMIT 10

Table1 and table2 are different tables, table1 doesn’t have a value2 column and table2 doesn’t have a value1 column.

My idea is to check in PHP if the row has a specific column (that only the table1 has) then it will return the values of the columns that table1 has. And if it detects that the row has the table2 specific column, it will return the values of the columns that the table 2 has.

There is even a way to do that?

  • 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-28T04:22:22+00:00Added an answer on May 28, 2026 at 4:22 am

    Since the two tables are unrelated, the only meaningful way to get results in the same query is by using UNION:

    SELECT * FROM table1 WHERE value1 LIKE '$q%'
    UNION SELECT * FROM table2 WHERE value2 LIKE '$q%'   
    

    However, this can be a sign that you are doing something wrong.

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

Sidebar

Related Questions

Currently i'm using below code which works well. $(#topperAtBaseLevel:visible, #lowerAtBaseLevel:visible, #midAtBaseLevel).hide(); any optimised code?
We're currently stuck trying to make a simple (?) SQL query. We have these
I currently use, base64_encode() to encode a user's password, this works well because it
I'm using the Stack Exchange Data Explorer to learn SQL, but I think the
I am trying to write a query that rates how well a particular object
Maybe this is a shot in the dark here but I'm trying to find
We have multiple tables that contain static key/value pairs, which are currently pulled using
We currently maintain a suit of MFC applications that are fairly well designed, however
I am currently implementing a basic raytracer in c++. Works pretty well so far,
The system I am currently working on requires some role-based security, which is well

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.