;With Detail (Datefrom,DateTo,ID)
AS (
select Date_From,Date_To,StudentId from TestTable
)
select top
30 * from
Detail
There are Different Types of SQL Joins which are used to query data from more than one database tables. In this article, you will learn a...
No comments:
Post a Comment