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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T11:13:56+00:00 2026-05-26T11:13:56+00:00

I am getting the following error: Conversion failed when converting the varchar value ‘2010-01-10’

  • 0

I am getting the following error:

Conversion failed when converting the varchar value '2010-01-10' to data type int.

While running the following command in a query window in Management Studio:

SELECT * FROM (
SELECT CAST(group_id AS INT) AS qqq from view_jct_snapshot_group_items
) AS X
WHERE qqq = CAST(14290 AS INT)

However, when I run just this portion of the query, I get results and no errors:

SELECT CAST(group_id AS INT) AS qqq from view_jct_snapshot_group_items

Similarly with the following:

SELECT * FROM (
SELECT CAST(group_id AS INT) AS qqq from view_jct_snapshot_group_items
) AS X

What is going on, and how can I use my where clause without getting an error?

  • 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-26T11:13:57+00:00Added an answer on May 26, 2026 at 11:13 am

    The table that is the source data for the view most likely has the value '2010-01-10' in the group_id column and this is excluded by a filter in the View itself.

    Views are inline constructs expanded out by the query optimiser and it looks like your query is pushing the cast down to before the filter occurs.

    Try

    SELECT *
    FROM   (SELECT CAST(CASE
                          WHEN group_id NOT LIKE '%[^0-9]%' THEN group_id
                        END AS INT) AS qqq
            FROM   view_jct_snapshot_group_items) AS X
    WHERE  qqq = 14290  
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am getting following error error: invalid conversion from ‘const int*’ to ‘int*’ Following
Hi I am getting an error 'Conversion failed when converting date and/or time from
I have done simple java app for blackberry, while building am getting following error.
I'm getting an error message: unimplemented or unreasonable conversion requested using the following code:
I am getting following error while running my application which is asp.net. Server Error
I am getting following error while launching application on Blackberry device. Error : net_rim_xml_org
I'm getting the following InvalidOperationException: The parameter conversion from type 'System.String' to type 'System.Runtime.Serialization.ExtensionDataObject'
I am getting the following error: Cannot implicitly convert type 'System.Collections.Generic.IEnumerable' to 'System.Collections.Generic.List'. An
Am getting following error message on calling WCF service: The formatter threw an exception
I am getting following error when I am trying to get WebResponse using WebResponse

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.