
14/04/2007, 11:11
|
| | Fecha de Ingreso: agosto-2004
Mensajes: 440
Antigüedad: 20 años, 6 meses Puntos: 2 | |
Re: vista bueno este problemita ya lo resolvi sola por cierto......pero tengo otro asi quedo el script
create view VistaA as
select idMatricula, Curso.idCurso, FechaInicio from DetalleMatricula inner join Curso
on DetalleMatricula.idCurso=Curso.idCurso where FechaInicio between '01 Mar 2007' and '31 Mar 2007'
create view VistaAa as
select Matricula.idEstudiante,idMatricula,Nombre from Matricula inner join Estudiante
on Matricula.idEstudiante=Estudiante.idEstudiante
ahora necesito q en este ultimo select es decir en este:
select FechaInicio,Nombre from VistaA inner join VistaAa
on VistaA.idMatricula=VistaAa.idMatricula order by Nombre Desc
mostrar solo el nombre y la fecha del estudiante q as cursos tiene en marzo como hago eso ya nose qmas hacer y este es el primer punto me faltan como 8 auxilio
__________________ paty :adios: |