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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:20:06+00:00 2026-06-17T08:20:06+00:00

I am trying to select multiple variables from a subquery in order to use

  • 0

I am trying to select multiple variables from a subquery in order to use later. Here’s my code:

DECLARE @MarketplaceName VARCHAR(50),
    @ProductFieldID INT,
    @FromValue VARCHAR(255) = (
        SELECT mcvm.MarketplaceName,
            mcvm.ProductFieldID,
            mcvm.FromValue
        FROM [Meta].[MarketplaceCategoryValueMapping] AS mcvm
        WHERE mcvm.MarketplaceCategoryValueMappingID = @MapID
        )

I’m getting the following error message:

Only one expression can be specified in the select list when the subquery is not introduced with EXISTS.

I’m trying to map @MarketplaceName from mcvm.MarketplaceName, etc.

What I would like is to not have to write multiple SELECT statements for each of these variables.

  • 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-17T08:20:07+00:00Added an answer on June 17, 2026 at 8:20 am

    Are you trying to do this?

    DECLARE @MarketplaceName VARCHAR(50),
            @ProductFieldID INT,
            @FromValue VARCHAR(255)
    SELECT  @MarketplaceName    = mcvm.MarketplaceName,
            @ProductFieldID     = mcvm.ProductFieldID,
            @FromValue          = mcvm.FromValue
    FROM [Meta].[MarketplaceCategoryValueMapping] AS mcvm
    WHERE mcvm.MarketplaceCategoryValueMappingID = @MapID
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When trying to select fields from a subquery if ANY of the subqueries do
I am trying to pass values from a multiple select listbox through Ajax to
I am trying to select multiple columns, but not all of the columns, from
I'm trying to SELECT fields with multiple dots ( . ) in their value.
I am trying to select three values from xml document. I want to get
I am trying to select the last record from a table in MySQL using
I am trying to select an object from this array and print all of
I'm trying to use fetchAll on a query that has 2 variables. I can't
I'm trying to get a drop down list to display multiple columns from a
I'm trying to learn how to extract data from multiple tables and put them

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.