Hello,
I have a simple question...
Is it possible to either put the following statements into a single query, or create another query that will run all three of these...
CREATE TABLE ClosedStudio(
StudioID number PRIMARY KEY, Name text(30), Country text(20));
INSERT INTO ClosedStudio
SELECT...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.