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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T21:08:24+00:00 2026-05-24T21:08:24+00:00

The following SQL is trying to select some values, where it satisfies the condition

  • 0

The following SQL is trying to select some values, where it satisfies the condition that

select cd as key_type, decode
from general_code 
where key_type = 'A_MAP_TYPE'
and cd in (
    select distinct(A_MAP_TYPE)
    from sales_channel
);

A_MAP_TYPE is a column name (and FK) in table sales_channel, and it is being referenced in general_code (as PK).

I realize that this SQL is non portable in that when the name of A_MAP_TYPE changes, i.e. to B_MAP_TYPE, then the corresponding SQL needs to be changed. Is there a way to do something like PL/SQL‘s TABLE_NAME.COLUMN_NAME%TYPE in this 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-05-24T21:08:24+00:00Added an answer on May 24, 2026 at 9:08 pm

    You could use dynamic SQL. It would probably require some changes to the way your query is setup now, but should be doable.

    http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28370/dynamic.htm

    You basically would need to turn your current query into a string, and execute the string. Where your current A_Map_ field is, that would be a parameter. For the first case you would need to quote it so that it’s still a string within the executing string. For the second A_Map_ field, you would put quotes around it,

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

Sidebar

Related Questions

I am trying some way to optimize following sql statement: exe_sql DELETE FROM tblEvent_type
i have some SQL code that is inserting values from another (non sql-based) system.
I am trying to convert the following SQL into a LINQ expression SELECT COUNT(ID)
I have the following Transact-Sql that I am trying to convert to LINQ ...
I have the following SQL, which I am trying to translate to LINQ: SELECT
I am trying to get some SQL to execute but am getting the following
I am trying to retrieve some rows from the database using simple SELECT statement
I'm trying to use the following LINQ to SQL in my code: (from s
I am trying to port some code from MS-SQL to MySQL and there is
I am currently trying to grab some rows from a SQL Server database using

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.