Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with a where in a sql statement
Message
From
26/09/2003 12:39:42
 
 
To
26/09/2003 12:27:31
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00832743
Message ID:
00832745
Views:
18
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
Previous
Reply
Map
View

Click here to load this message in the networking platform