Pauly
unread,Sep 9, 2008, 11:50:43 AM9/9/08You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hola Amigos,
Una consulta estoy tratando de ejecutar una consulta en sql´pero los
campos que estan en blanco me los muestra con # error como podria
reemplazar estos erroes por un valor la consulta que realice es la
siguiente
SELECT Left([SIEBEL_hoy].[RUT],Len([SIEBEL_hoy].[RUT])-2) AS RUTDV,
Siebel_hoy.NOMBRES, Siebel_hoy.APELLIDO_PATERNO,
Siebel_hoy.APELLIDO_MATERNO, Siebel_hoy.LOGIN,
Siebel_hoy.FECHA_CRE_EJE, Siebel_hoy.ULTIMA_CONEXION,
Siebel_hoy.CARGO, Siebel_hoy.FONO,
Siebel_hoy.RESPONSABILIDAD_PRINCIPAL, Siebel_hoy.RESPONSABILIDAD,
Siebel_hoy.FECHA_CREACION_RESP
FROM Siebel_hoy;
Gracias