Posts by g-abriel • 1 point
5 posts
-
-2
votes0
answers12
viewsQ: 2 versions php configuration
good afternoon. I have php version 5.3 installed on my server, and I have an application that runs on it. However, I need to include php version 8 to run another application. I installed it quietly,…
-
-1
votes1
answer31
viewsA: doubt max sql
Dude, if I understand correctly, instead of doing the Join from the JOIN Parse_contract ac table, you need to work with Outerapply. It would look something like this: Outer apply (Select Top 1…
-
-1
votes2
answers27
viewsA: How to concatenate two fields and use as a key for query in SAS sql proc, as is done in the sql snippet of the example?
You will need to use the CONCAT function(). Ex: CONCAT(cod_operadora, ' | ', num_contrato)
-
-1
votes1
answer81
views -
0
votes0
answers29
viewsQ: Script returning bool(false)
Good morning. Needed a help with this code, is only returning bool(false). I am building this code based on a video of the channel Códigofontetv on youtube. This one is index.php: <?php…