What is the use of GO in SQL Server Management Studio & Transact SQL?
It is a batch terminator, you can however change it to whatever you want
It is a batch terminator, you can however change it to whatever you want
It is taking the value of hs_id from the outer query. It is perfectly valid to have a query that doesn’t project any columns from the selected table in its select list. For example select 10 from HotelSupplier where id = 142 would return a result set with as many rows as matched the where … Read more