You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select @SQL = COALESCE(@SQL+', ' ,'') + Column_Name From Hospital.INFORMATION_SCHEMA.Columns Where Is_Nullable='NO' And Column_Name Not In ('encounterid','adjustedlos','procedurescount','ActualLOS') Order By Ordinal_Position
Set @SQL='Set NoCount On; Select '+@SQL+',Cast(Round(ActualLOS,0) As TinyInt) As ActualLOS From Hospital..Patient_Summary'