Posts by user3294746 • 71 points
2 posts
-
3
votes1
answer171
viewsQ: INSERT INTO in Postgresql with random values
Hello. My problem is basically a popular table in Postgresql with randomly generated data. As the SQL commands are quite extensive I would like to complement this table gradually. The table has the…
-
1
votes0
answers61
viewsQ: Array vector has "n" elements, but lenght returns "n+1" in C
Hello, I have the following question: I have a vector and I’m sure it is passed to him only one element through the following loop: char uid[1]; while(indice1 < indice2){ printf("Valor de indice…