Posts by Naaliel Corrêa • 15 points
4 posts
-
0
votes1
answer181
viewsQ: Check if websites are working, php
Hi, I’m wanting to do a check on several links, check if they are working, I’m using the code below for this, but it only works when I test locally on the server of my pc, when I raise it to the…
-
0
votes1
answer36
viewsQ: Show message if IN record does not exist
I want to put several CPF numbers on IN of a query and if the CPF exists in the table show the data, but if it does not exist show a column indicating that it does not exist in the table. Exemplo:…
-
0
votes1
answer368
viewsQ: Character change at - sql position
To replace the third character of a string in Firebird, example: 00028 by 00128, 00029 by 00129... Someone could help me, I tried to see by replace, but I can’t determine the position
-
1
votes2
answers247
viewsQ: Query in the same table
I have a movement table that has worker’s record and related events, wanted a query that returns only the records that have exactly the events E1,E2 and E3, in the case of the above example the…