Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
UPDATE dbo.TmpMaster30_1
SET FirstProm = min(h.Prom) [COLOR=green]-- Note that I removed the "t." from the FirstProm field[/color]
FROM dbo.TmpMaster30_1 t,
dbo.FACT_OF_PROM_ARCHIVE h [COLOR=green]-- you also had an extra "," on this line, I'm sure that would have fouled things up as well.[/color]
WHERE t.PersonNo = h.PersonNo