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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T11:10:17+00:00 2026-05-25T11:10:17+00:00

I dont want to use the loop related keyword, how can I implement loop

  • 0

I dont want to use the “loop” related keyword, how can I implement loop with basic sql command in oracle ?
I have two table :

A:  
ID, Color    
B,   
ID, AID, Type  

I want to loop all records in B, and if ID = AID, then set the A.Color = B.Type
Thanks in advance !

  • 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-25T11:10:18+00:00Added an answer on May 25, 2026 at 11:10 am

    Looping is, by definition, a procedural construct.

    SQL is declarative: tell the database what you want done, not how to do it.

    If you’re absolutely convinced that you need to program such a thing, then write it in PL/SQL, Oracle’s procedural language.

    Bu I’m sure that it’s possible to do what you want in SQL using an UPDATE with a WHERE clause.

    Something like this (corrected per NullUserException):

    UPDATE A SET A.Color = (SELECT B.Type FROM B WHERE A.ID = B.AID)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to use the status method but i dont understand how it works.
iPhone Development: I want to have an infinite loop constantly checking an NSMutableArray and
What command line util can i use to create a thumbnail preview of a
I want to use the java.util.Preferences API but I don't want my program to
I don't want to use the default route that vs.net creates: routes.MapRoute( Default, //
I don't want to use the HTTP::Proxy package because I want to dump out
I don't want to use jQuery, but I'd like to use Ajax to do
I don't want to use a couple of javascript plugins for IE 6/7. But
I don't want to use a webservice to populate an autocomplete extender on a
I don't want to use any Java code, I just want to use <jsp:include>

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.