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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T00:01:26+00:00 2026-06-05T00:01:26+00:00

Given the following join in Oracle Pl/SQL: select a.field1, b.field1, b.field2 from table_a a,

  • 0

Given the following join in Oracle Pl/SQL:

select a.field1, b.field1, b.field2
from table_a a, table_b b
where a.field2 = b.field3;

When executed this code in MySQL, it takes a really long time to do the task while in Pl/SQL it takes no time. The tables are the same in the two environments. No fields are indexed.

Is there a difference between the joins in the two dialects? What would be the correct translation of this in standard SQL?

  • 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-05T00:01:28+00:00Added an answer on June 5, 2026 at 12:01 am

    MySQL does not cope with having no indexes. Oracle can do a hash join and still be fast. Add indexes on the join columns.

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

Sidebar

Related Questions

Given the following select statement: Select t.name, SUM(st.row_count) as row_count From sys.dm_db_partition_stats st join
Given following Statment: String query = "Select * from T_spareParts where SparePartPK IN (?
Given the following situation, Entity Framework Code-first missnames/renames the connecting or Join table. public
I tried to write the following inner join query using an Oracle database: SELECT
Given the following query: SELECT M.year, COUNT(C.eid) FROM Card AS C, Month AS M
Given the following code, which enroll method is better and why? Or should this
I am following the code given on this thread C# Async WebRequests: Perform Action
I have the following query: 'SELECT * FROM posts LEFT JOIN taxi ON taxi.taxiID
Given the following HTML <b>demo</b> I want to save it to an SQL 2005
Given the following code, is there a way I can call class A's version

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.