there are 2 problems with this query:
select DATABASEST storm_num, max(maxwind_kt) max_wind_speed,
datediff(dd, min(convert(datetime, [date],104)), (max(convert(datetime, [date],104)))) duration_days,
count(*) as num_tracks,
(SELECT TOP 1 [NAME] FROM NHCBestTracks1851To2001$ where...