Hi does anyone knows some method of pass a variable for this Mysql command:
char QUERY_POP[] = "SELECT credito FROM projeto_development.users WHERE tag = id'";
This id should be a variable but the arduino assigns the name "id" for the search on the database