sql
Publicado por Segundo Tello Guerrero (97 intervenciones) el 28/12/2004 20:59:40
Hola necesito saber como se genera el sql con 2 tablas
Tablas(sif_POSICION, sif_cable )
adjunto mi SQL...
Set Rec1 = Db.Execute("select sif_posicion.pos_block,sif_posicion.pos_posicion,sif_cable.cb_nombre FROM sif_POSICION, sif_cable WHERE sif_POSICION.ND_ID=" & Val(L) & " and sif_POSICION.ra_id = " & Val(L2) & " AND sif_POSICION.odf_id1 = " & Val(L3) & " and sif_posicion.pos_id_cable=sif_cable.cd_id")
gracias por su ayuda
Tablas(sif_POSICION, sif_cable )
adjunto mi SQL...
Set Rec1 = Db.Execute("select sif_posicion.pos_block,sif_posicion.pos_posicion,sif_cable.cb_nombre FROM sif_POSICION, sif_cable WHERE sif_POSICION.ND_ID=" & Val(L) & " and sif_POSICION.ra_id = " & Val(L2) & " AND sif_POSICION.odf_id1 = " & Val(L3) & " and sif_posicion.pos_id_cable=sif_cable.cd_id")
gracias por su ayuda
Valora esta pregunta


0