Posts by João Pedro Alves • 23 points
1 post
-
2
votes2
answers186
viewsQ: How to select single data from a Join conditional?
I have 2 database tables: Servers +----------+--------------+ | Field | Type | +----------+--------------+ | id | int(11) | | ip | varchar(255) | | votes | int(11) | | port | varchar(255) | | hash |…