Here is the statement I executed:
INSERT INTO Import_LAND_2 (BegEffDate)
SELECT BegEFFDate
FROM Import_AppSite;
Message after execution:
(146689 rows affected)
I checked the Import_Land_2
table and the BegEffDate
column is still NULL
, although the SQL message states that (146689 rows affected).