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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T19:33:42+00:00 2026-06-16T19:33:42+00:00

I have recently (today) started using SQL, I have absolutely no idea what I’m

  • 0

I have recently (today) started using SQL, I have absolutely no idea what I’m doing. I made a Query.sql file and started to throw some random commands in. I highlight a SELECT and execute it to see what happens, I add a new SELECT, highlight it and see what that does.

However when I tried to create a view it had some problems. I don’t really understand why but using a GO before and after it seemed to solve the problem, but now when I do a select from that view, it does not recognize it (that being said, it works, but it’s highlighted with red, usually that means it should not compile).

Could someone explain in layman’s terms what’s going on ? And how can I resolve the SELECT * FROM METRIC_STATS issue ? (I tried encapsulating it in the same go, other goes, don’t exactly know how it should even look like)

GO
CREATE VIEW METRIC_STATS (  ID, MONTH, TEMP_C, RAIN_C) 
AS SELECT   ID, 
            MONTH, 
            (TEMP_F - 32) * 5 /9, 
            RAIN_I * 0.3937 
            FROM STATS;
GO          
SELECT * FROM METRIC_STATS;
  • 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-16T19:33:43+00:00Added an answer on June 16, 2026 at 7:33 pm

    now when I do a select from that view, it does not recognize it (that
    being said, it works, but it’s highlighted with red, usually that
    means it should not compile).

    Assuming you’re using SQL Server Management Studio: you have to manually reset its view list. You can do that by right clicking Views and then Refresh.

    @AlexK’s suggestion would also work if it exists (in my SSMS, there’s no such menu command.)

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

Sidebar

Related Questions

I have recently started using ReSharper which is a fantastic tool. Today I came
I have an iPhone app that is using CoreData. I recently made some minor
I have recently began using C# to invoke powershell scripts, with some success :)
I have recently started using Netbeans with following stack Liferay, icefaces with jBoss. Is
I have recently made changes in some code that makes a char name field
i have Visual Studio 2010. Recently I was using MVC2 and due to some
Recently I have started using Lucene. However, after few days I've spotted that queries
I have recently started learning MatLab, and wrote the following script today as part
I just recently(actually today) started using Eclipse CDT for windows. Created a project, a
I've recently started using sublimetext 2, however I noticed today that the plt.show() function

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.