July 16, 2024 at 4:36 am
-- Create TableA CREATE TABLE TableA ( MainID INT, JoiningID INT );
-- Insert data into TableA INSERT INTO TableB (MainID, JoiningID) VALUES
(No column name)
...
Heh... you didn't try to run your own code... not only does it not run as is but it only has one CREATE TABLE and one table populating INSERT.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2024 at 4:41 am
2nd page bump to get post to appear
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2024 at 6:44 am
erics44 wrote:-- Create TableA CREATE TABLE TableA ( MainID INT, JoiningID INT );
-- Insert data into TableA INSERT INTO TableB (MainID, JoiningID) VALUES
(No column name)
...
Heh... you didn't try to run your own code... not only does it not run as is but it only has one CREATE TABLE and one table populating INSERT.
erics44 wrote:-- Create TableA CREATE TABLE TableA ( MainID INT, JoiningID INT );
-- Insert data into TableA INSERT INTO TableB (MainID, JoiningID) VALUES
(No column name)
...
Heh... you didn't try to run your own code... not only does it not run as is but it only has one CREATE TABLE and one table populating INSERT.
There's a post earlier suggesting it should be all in one table so I put it all in one table
do you want me to split it back into 2 tables, would that make it easier for you?
Viewing 3 posts - 16 through 17 (of 17 total)
You must be logged in to reply to this topic. Login to reply