Hi, I am using a mysql saving system, that basically creates a enumerator with variables, but natively they are all saved into one table. I tried to just put a ", 2ndtablename" into the saving and loading query, but I had a feeling that it would save those variables both in the main table and the secondary. I need to save certain variables ONLY to second table. Is there any way on how to do this without running a new query for each table? Thanks!
[Pawn] Saving variables into multiple tables
|
Messages In This Thread |
Saving variables into multiple tables - by Epureanu - 2020-12-15, 01:13 PM
RE: Saving variables into multiple tables - by Gforcez - 2020-12-15, 02:31 PM
RE: Saving variables into multiple tables - by Epureanu - 2020-12-15, 02:55 PM
RE: Saving variables into multiple tables - by Gforcez - 2020-12-15, 02:56 PM
RE: Saving variables into multiple tables - by Epureanu - 2020-12-15, 03:15 PM
RE: Saving variables into multiple tables - by Gforcez - 2020-12-15, 03:22 PM
RE: Saving variables into multiple tables - by Pinch - 2020-12-15, 03:41 PM
RE: Saving variables into multiple tables - by Epureanu - 2020-12-15, 03:42 PM
RE: Saving variables into multiple tables - by Pinch - 2020-12-15, 03:45 PM
|