-
-
Save valdiney/160e3a3ce411414e229f to your computer and use it in GitHub Desktop.
Relação sistemas Wifiaki
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT radcheck.id, radcheck.id, | |
radcheck.username, | |
xvisitante.idvisitante | |
FROM radcheck | |
INNER JOIN xvisitante ON xvisitante.idradcheck = radcheck.id AND xvisitante.idvisitante | |
INNER JOIN xvisitante_equipamento ON xvisitante_equipamento.idvisitante = xvisitante.idvisitante | |
WHERE mac = '$(mac)' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment