D
Dave Karmens
Could someone help me out with this syntax:
Select * from tbl1 into tbl2
I want to select everything from one table and insert it into another.
Select * from tbl1 into tbl2
I want to select everything from one table and insert it into another.