inner join results
Database
3
Posts
3
Posters
4
Views
1
Watching
-
-
That code produces 9 records here. There must be something else going on. Execute your query in a new SSMS query document. Try adding
SET ROWCOUNT 0
at the top, just in case you've picked up some weird settings from somewhere.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
I tested your script in SSMS-2017. It gives me 9 records. BTW, perhaps you should scroll the "result" window to see the last row?