Jump to content

Question


Taku

Recommended Posts

Are you using MySQL? You can probably do it all in a single statement.

 

INSERT INTO table (colA, colB) SELECT ...

 

I see tnx for this :3

 

 

If you're going to have a bunch of tables for a bunch of dates, that is a bad idea.

 

I see... if I will not use date.. what is a good way to make a new table for each day? :B what I want to do is... it will create a new table everyday

Link to comment
https://forums.phpfreaks.com/topic/274451-question/#findComment-1412287
Share on other sites

I see... if I will not use date.. what is a good way to make a new table for each day? :B what I want to do is... it will create a new table everyday

That's what rows in a table are for. I had originally thought you were asking if you could create a table named date.

Link to comment
https://forums.phpfreaks.com/topic/274451-question/#findComment-1412295
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.