Oct 19, 2006 #1 Jeff98 Programmer Joined Oct 19, 2006 Messages 14 Location US CREATE TABLE Inventory1 as ( Select * from Inventory); Why this code does not work? what is the right code? Thanks
CREATE TABLE Inventory1 as ( Select * from Inventory); Why this code does not work? what is the right code? Thanks
Oct 19, 2006 #2 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR SELECT * INTO Inventory1 FROM Inventory Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
SELECT * INTO Inventory1 FROM Inventory Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886