Posts by Pablo Martins • 36 points
4 posts
-
0
votes1
answer25
viewsA: Difficulty in dynamizing columns in MSSQL
I was going to the pivot path, but it’s not necessarily what I need, because I want the cost center fields that are in the columns to be in rows. I was using this query, but it generates only the…
-
0
votes1
answer25
viewsQ: Difficulty in dynamizing columns in MSSQL
Gentlemen, good morning ! I’m having a little trouble building this query in Microsoft SQL 2019 Could someone maybe give me a light ? I have a base like this Codfuncionario | cod_centro_custo |…
-
1
votes2
answers191
viewsA: Is it possible to always write in the first line using PHP?
I believe that’s what you wish to do: $nome_arquivo = 'c:\texto.txt'; $arquivo = file($nome_arquivo); $arquivo = implode("\n",$arquivo); $string_a_ser_inserida = "PROPRIEDADE DE : PABLO MARTINS" .…
phpanswered Pablo Martins 36 -
1
votes2
answers99
viewsA: How to introduce polylines in google maps api v3 with dates saved in the database
Taking into account that you are using javascript to perform this insertion of points in the API , as PHP language: In this case I am only printing the coordinates, but you can use this iteration to…