Posts by Leid Santos • 3 points
2 posts
-
0
votes0
answers135
viewsQ: Firebird - Concatenating fields that return from a case
SELECT DP.DATA AS DATA, S.DESCRICAO, COUNT(P.CODIGO) AS QNTD, (CASE WHEN (CAST(SUBSTRING(P.HORAFIM FROM 1 FOR 2) AS INTEGER) = CAST(SUBSTRING(P.HORAINI FROM 1 FOR 2) AS INTEGER)) THEN…
-
0
votes2
answers57
viewsQ: How do I carry in the Location header only the user name
My login screen will lead to login_proc.php that starts the session. I want to pass to the reservation.php screen the user name. How to do this by passing the header or otherwise. Also, how do I get…