Ms-Sql datetime 컬럼 Min,Max 찾기. SELECT Min(ColumnName) As MinDate, Max(ColumnName) As MaxDate FROM TestDB.dbo.TestTable 요롷게 Dev/Ms-Sql 2023.04.21