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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T00:46:12+00:00 2026-06-01T00:46:12+00:00

How to set default VALUE in SubQuery result using mysql SELECT p.`id`, p.`name`, p.`class_name`,

  • 0

How to set default VALUE in SubQuery result using mysql

SELECT      
    p.`id`, p.`name`, p.`class_name`, cpd.`status_team`,
    cpd.`home`, cpd.`guest`, cpd.`mvp`, cpd.`oscar`,
    cpd.`wam`, cpd.`status`, cpd.`added_date`,
    (SELECT result FROM result_cards WHERE `id` = cpd.`result`) AS DEFAULT(`result`)
FROM `cron_players_data` cpd
INNER JOIN `players` p ON cpd.`player_id` = p.id
WHERE cpd.`added_date` = '2012-03-29' AND cpd.team_id = '15'

when i remove this DEFAULT() the Query will execute normally. Actually i want by default result value is 0 or helps are definitely appreciated

enter image description here

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

    You should move the sub query to a join. But I am not able to understand what you are trying to do with DEFAULT(). You will need to explain what you are trying to achieve.

    SELECT      
        p.`id`, p.`name`, p.`class_name`, cpd.`status_team`,
        cpd.`home`, cpd.`guest`, cpd.`mvp`, cpd.`oscar`,
        cpd.`wam`, cpd.`status`, cpd.`added_date`,
        IFNULL(rc.`result`, 0) AS `result`
    FROM `cron_players_data` cpd
    INNER JOIN `players` p
        ON cpd.`player_id` = p.id
    LEFT JOIN result_cards rc
        ON cpd.`result` = rc.id
    WHERE cpd.`added_date` = '2012-03-29'
    AND cpd.team_id = '15'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to set my GtkComboBox to have some default value/name, on it as
How do you set a default value for a MySQL Datetime column? In SQL
I am trying to set default value in DateField using the following statement DateField
Hi I try set default value for comboBox. XAML: <ComboBox Name=StatusCombo Style={StaticResource statusComboStyle} SelectedValuePath=StatusMsg
In mysql I can set default value for column like this: ALTER TABLE <Table>
I would like to know how to set default value on form_for select. My
i want to set the default value in a sql server 2005 datetime field
When I set a default value formula for a date parameter in SSRS, such
How can I set a default value such as don't have any information instead
I'm trying to set a default value for a search field. The idea is

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.