can anyone plz tell me how to fetch top 5 rows from two different tables without using the keyword top in sql with example
top 5 rows without top keyword
Collapse
X
-
Tags: None
-
Originally posted by shikha maheshwarican anyone plz tell me how to fetch top 5 rows from two different tables without using the keyword top in sql with example -
Originally posted by shikha maheshwarican anyone plz tell me how to fetch top 5 rows from two different tables without using the keyword top in sql with example
I doubt you'll be able to do that, you need to specify some kind of condition in order to get expected query result. Maybe you should use the id field or something like that. Good luck & Take care.Comment
Comment