Hello,
I have tables date stamped every day EG. TABLE20060403
Is there a way in sql to append to a master table using todays date in the query ?
My current query is :
INSERT INTO table1
SELECT TABLE20060403.*
FROM TABLE20060403;
which I have to change manually every day.
Tks
shermy448
I have tables date stamped every day EG. TABLE20060403
Is there a way in sql to append to a master table using todays date in the query ?
My current query is :
INSERT INTO table1
SELECT TABLE20060403.*
FROM TABLE20060403;
which I have to change manually every day.
Tks
shermy448