<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pt-br">
		<id>http://wiki.mstech.com.br/index.php?action=history&amp;feed=atom&amp;title=Hist%C3%B3rico_escolar</id>
		<title>Histórico escolar - Histórico de revisão</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.mstech.com.br/index.php?action=history&amp;feed=atom&amp;title=Hist%C3%B3rico_escolar"/>
		<link rel="alternate" type="text/html" href="http://wiki.mstech.com.br/index.php?title=Hist%C3%B3rico_escolar&amp;action=history"/>
		<updated>2026-05-08T05:40:54Z</updated>
		<subtitle>Histórico de revisões para esta página neste wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://wiki.mstech.com.br/index.php?title=Hist%C3%B3rico_escolar&amp;diff=120&amp;oldid=prev</id>
		<title>Andre.iguera: Criou página com '==Localizar todas as matrículas do aluno==   Passos abaixo para selecionar as matrículas dos alunos e depois consultar as notas e frequências lançadas.  O select abaixo ex...'</title>
		<link rel="alternate" type="text/html" href="http://wiki.mstech.com.br/index.php?title=Hist%C3%B3rico_escolar&amp;diff=120&amp;oldid=prev"/>
				<updated>2016-05-13T17:55:26Z</updated>
		
		<summary type="html">&lt;p&gt;Criou página com &amp;#039;==Localizar todas as matrículas do aluno==   Passos abaixo para selecionar as matrículas dos alunos e depois consultar as notas e frequências lançadas.  O select abaixo ex...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Localizar todas as matrículas do aluno==&lt;br /&gt;
 &lt;br /&gt;
Passos abaixo para selecionar as matrículas dos alunos e depois consultar as notas e frequências lançadas.&lt;br /&gt;
&lt;br /&gt;
O select abaixo exibe todas as matricula do aluno '105.116.543-X', verificar a data de matricula (coluna mtu_dataMatricula) para consultar do ano que deseja.&lt;br /&gt;
&lt;br /&gt;
 DECLARE @alu_id BIGINT&lt;br /&gt;
 select @alu_id = alu_id from aca_alunocurriculo with(nolock) &lt;br /&gt;
 where alc_matriculaestadual = '105.116.543-X'&lt;br /&gt;
 select * from mtr_matriculaturma with(nolock) where alu_id = @alu_id&lt;br /&gt;
&lt;br /&gt;
No exemplo abaixo o ano de 2015 é o do mtu_id = 5&lt;br /&gt;
&lt;br /&gt;
 DECLARE @alu_id BIGINT -- declara a variável @alu_id&lt;br /&gt;
 select @alu_id = alu_id from aca_alunocurriculo with(nolock) where alc_matriculaestadual = '105.116.543-X' &lt;br /&gt;
 select * from mtr_matriculaturma with(nolock) where alu_id = @alu_id and mtu_id = 5 -- consulta quando é conceito global&lt;br /&gt;
 select * from mtr_matriculaTurmaDisciplina with(nolock) where alu_id = @alu_id and mtu_id = 5 -- consulta quando é nota por disciplina&lt;/div&gt;</summary>
		<author><name>Andre.iguera</name></author>	</entry>

	</feed>