Skip to content
Advertisement

Creating a sheet from sql requests

I am doing request to get values from a game’s database to help the dev doing balance changing depending on rune using per each 10 levels, and the rune upgrade, so for it, i created a request for each 10 level, and I change the var to the runeID (there are like 60 runes in total so i do that 60 times), and for each result I manually fill a google sheet. I wanted to know if it is possible to directly create all those request in a single request, so i can copy the column and past them all, which will make me win a lot of time, and even if possible make all the runes at same time, so a simple copy-paste and all the data are there

Here is the code I use to take values of a rune each 10 levels, from level 1 to 130, after 130 all are in the same request

So now this query give me 14 results (and I can only copy them 2 info by 2 info, number of use and average level each 10 levels), so in total 28 info to manually fill just for 1 rune. So again, I’m here to see if it would be possible to at least being able to put all those 28 info in a 2 column table, which from i can copy all 28 info directly, or even a bigger one where i can enter all the rune Ids i an array and it do a giant table with all the runes, 2 column per rune

Advertisement

Answer

Here’s another approach

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement