This statement inserts rows for the specified columns into the table riverflow_csv_t from the view riverflow_csv_v.
INSERT INTO riverflow_csv_t ( datetime, Site_no, Flow, GageHeight, Precipitation, GageHeight2 ) SELECT datetime, Site_no, Flow, GageHeight, Precipitation, GageHeight2 FROM riverflow_csv_v;