Reputation: 10287
I created a new table (MOVIES_SINGLETABLE) as part of my Flix4Fams database. The table appears in the list of tables, but in the query pane it is not recognized (as seen by the squiggly lines under its name):
Also, it does come up in the list of table names:
Yet, when I run the query against it, I get no err msg that the table does not exist. It should have records, but it says there are none. Why is it being treated like a "red-headed stepchild"?
It's accepted, in a sense, but not completely.
Upvotes: 0
Views: 668
Reputation: 6685
This may be the issue - sometimes Intellisense (the engine that does the underlining etc) takes a bit of time to update.
You can force a refresh with ctrl-shift-r or this button
If the button is not there, I add it to a toolbar
Upvotes: 1