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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T03:27:41+00:00 2026-06-08T03:27:41+00:00

SELECT [Column1] FROM VIEW1 WHERE ROW_NUMBER = 5; gives an error: Msg 207, Level

  • 0
SELECT [Column1] FROM VIEW1 WHERE ROW_NUMBER = 5;

gives an error:

Msg 207, Level 16, State 1, Line 2 Invalid column name ‘ROW_NUMBER’.

Any suggestions as to why? ROW_NUMBER is colored in a shade of pink automatically, which means from my knowledge “keyword” – so why does Sql Server think it should be a column and says the column doesn’t exist?

Thank you 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-06-08T03:27:43+00:00Added an answer on June 8, 2026 at 3:27 am

    The way you handle the query is wrong because

    ROW_NUMBER Returns the sequential number of
    a row within a partition of a result set,
    starting at 1 for the first row in each partition.

    You can try

    Select 
    from 
    (
            Select row_number() over (partition by x order by x)SrNo,* from x
    )A
    where A.SrNo=1
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Select Column1 From Table Where @Variable Like '%' + Column2 + '%' Doesn't seem
Example: select count(*) from my table where column1 is not null and (column1 =
Everyone knows the = sign. SELECT * FROM mytable WHERE column1 = column2; However,
I am trying to select a column from an IEnumerable collection that has a
Say that I have some SELECT statement: SELECT id, name FROM people ORDER BY
I have below SQL query: SELECT * FROM ( SELECT S.aCol, S.bCol, S.cCol, ROW_NUMBER()
If I use a UNION to select columns from 5 tables, then select a
How to select all columns from tables in join using linq Sql: select CTRL_RUN_JOB.*,
I need to select all columns from two tables, but need to be able
I have the query to select some columns from two tables, which must contain

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.