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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T07:23:01+00:00 2026-05-29T07:23:01+00:00

i have for example: tableAaa: id | titleSSS 1 | sfdf 2 | sdfs

  • 0

i have for example:

tableAaa:
id | titleSSS
1  | sfdf
2  | sdfs

tableBbb:
id | titleUUU
1  | sfdf
2  | sdfs

tableCcc:
id | titleIII
1  | sfdf
2  | sdfs

etc, for example * 10.

Is possible make something like:

SELECT title* FROM table*

If yes, how?

EDIT: i dont want use UNION and do select from each table… These table is ~100. I would like make regular expression.

  • 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-29T07:23:02+00:00Added an answer on May 29, 2026 at 7:23 am

    You can do it, but you’ll have to list all column and table names manually:

    SELECT titleSSS FROM tableAaa
    UNION ALL
    SELECT titleUUU FROM tableBbb
    UNION ALL
    SELECT titleIII FROM tableCcc
    

    Note that you must use UNION ALL instead of UNION or otherwise you won’t get duplicate rows in the output. Read more here: http://dev.mysql.com/doc/refman/5.0/en/union.html

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

Sidebar

Related Questions

I have example below: // start time // make mysql query here for($i =
I have example like below. How to avoid lost of mouseover on <div> when
I have numerous index.php scripts using SEO-friendly arg format like example.com/path/to/index.php/opt/arg and would like
I have an example class defined like below: public class FooBar { void method1(Foo
I would like to have example on how to update a JList when I
I have the query SELECT * FROM images WHERE tags LIKE '%example%hello%' I would
Is it possible to do this on Windows, Mac, and Linux? Anyone have example
I have example of code below. <script type=text/javascript src=assets/scripts/somescript.php>. </script> So, will my browser
If I have example.com/dir and dir is basically a folder in the example.com server,
Anyone have an example snippet showing how to scale a Font using AffineTransform? Thanks.

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.