Exemplo De Function BD
Ensaios: Exemplo De Function BD. Pesquise 861.000+ trabalhos acadêmicosPor: Breno93 • 4/12/2013 • 307 Palavras (2 Páginas) • 328 Visualizações
CREATE FUNCTION fn_cep(@cep int)
returns varchar(40) as
begin
DECLARE @retorno varchar(40)
set @retorno = (select ENDERECO from CLIENTES where cep=@cep)
return @retorno
end
CREATE FUNCTION fn_cep(@cep int)
returns varchar(40) as
begin
DECLARE @retorno varchar(40)
set @retorno = (select ENDERECO from CLIENTES where cep=@cep)
return @retorno
end
CREATE FUNCTION fn_cep(@cep int)
returns varchar(40) as
begin
DECLARE @retorno varchar(40)
set @retorno = (select ENDERECO from CLIENTES where cep=@cep)
return @retorno
end
CREATE FUNCTION fn_cep(@cep int)
returns varchar(40) as
begin
DECLARE @retorno varchar(40)
set @retorno = (select ENDERECO from CLIENTES where cep=@cep)
return @retorno
endCREATE FUNCTION fn_cep(@cep int)
returns varchar(40) as
begin
DECLARE @retorno varchar(40)
set @retorno = (select ENDERECO from CLIENTES where cep=@cep)
return @retorno
end
CREATE FUNCTION fn_cep(@cep int)
returns varchar(40) as
begin
DECLARE @retorno varchar(40)
set @retorno = (select ENDERECO from CLIENTES where cep=@cep)
return @retorno
endCREATE FUNCTION fn_cep(@cep int)
returns varchar(40) as
begin
DECLARE @retorno varchar(40)
set @retorno = (select ENDERECO from CLIENTES where cep=@cep)
return @retorno
end
CREATE FUNCTION fn_cep(@cep int)
returns varchar(40) as
begin
DECLARE @retorno varchar(40)
set @retorno = (select ENDERECO from CLIENTES where cep=@cep)
return @retorno
endCREATE FUNCTION fn_cep(@cep int)
returns varchar(40) as
begin
DECLARE @retorno varchar(40)
set @retorno = (select ENDERECO from CLIENTES where cep=@cep)
return @retorno
end
CREATE FUNCTION fn_cep(@cep int)
returns varchar(40) as
begin
DECLARE @retorno varchar(40)
set @retorno = (select ENDERECO from CLIENTES where cep=@cep)
return @retorno
endCREATE FUNCTION fn_cep(@cep int)
returns varchar(40) as
begin
DECLARE @retorno varchar(40)
set @retorno = (select ENDERECO from CLIENTES where cep=@cep)
...