Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with a where in a sql statement
Message
De
26/09/2003 12:39:42
 
 
À
26/09/2003 12:27:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00832743
Message ID:
00832745
Vues:
19
This is other query i use but i obtain the same result... nothing.

SELECT Hardware.host, Hardware.codigo, Usuarios_cia.nombre,;
Oficina.nombre, Usuarios_cia.telefono, Hardware.piso,;
Marcas.descripcion AS permarca, Modelos.descripcion,;
Tipo_local.descripcion;
FROM helpdesk!hardware, helpdesk!usuarios_cia, helpdesk!oficina,;
helpdesk!marcas, helpdesk!modelos, helpdesk!hard_local,;
helpdesk!tipo_local;
WHERE Hardware.usuario = Usuarios_cia.codigo;
AND Hardware.modelo = Modelos.codigo;
AND Modelos.marca = Marcas.codigo;
AND Usuarios_cia.oficina = Oficina.codigo;
AND Hardware.host = Hard_local.host;
AND Hard_local.tipo = Tipo_local.tipo

This was builded with the query builder in vfp
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform