Hello everyone!
I have seen some code where some variable gets inserted into string throught the % sign, like so -
("insert into songs values (%Q ,%d, %d, %Q, %Q, %Q, ... ", someInt, someChar, someChar... )
I have tried to look it up in google but I do not know what this is called. What is it and where can I find a reference for it? Thanks!