Help mysql
#1

I made this query:

pawn Код:
format(string, sizeof(string), "SELECT personajes.Character FROM vehiculos LEFT JOIN personajes ON vehiculos.carOwner=personajes.ID WHERE vehiculos.IdCoche=%d", vehicleid);
The idea is to get the car id from the vehicle table and the sql id of the user and then get the name of that id.

How can I store it in a type variable to see the name?

new Name[32];
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)