Anyone explain to me that?

Este forum é dedicado a códigos errados que se encontram por aí, ou seja, coisas que não se deve fazer de jeito nenhum! Não coloque neste forum dúvidas! (apenas situações bizarras do nosso dia a dia :-)
Post Reply
User avatar
dr_gori
Moderador
Moderador
Posts: 5024
Joined: Mon, 03 May 2004 3:08 pm
Location: Portland, OR USA
Contact:
Thomas F. G

Você já respondeu a dúvida de alguém hoje?
https://glufke.net/oracle/search.php?search_id=unanswered

There goes another: '- (l_emp(i) is a table.

Select all

        IF l_emp(i).last_name IS NOT NULL 
        THEN 
          l_emp(i).last_name := l_emp(i).last_name; 
         END IF; 
 
        IF l_emp(i).first_name IS NOT NULL 
        THEN 
          l_emp(i).first_name := l_emp(i).first_name; 
        END IF; 
 
        IF l_emp(i).middle_name IS NOT NULL 
        THEN 
          l_emp(i).middle_name := l_emp(i).middle_name; 
        END IF; 
 
        IF l_emp(i).url IS NOT NULL 
        THEN 
          l_emp(i).url := l_emp(i).url; 
        END IF;
Please explain the logic ...: -The
victorhugomuniz
Moderador
Moderador
Posts: 1396
Joined: Fri, 01 Feb 2008 2:06 pm
Location: Rio de Janeiro - RJ
Contact:
:D

You deserve an increase !!!

kkkkkkkkkkk
diegolenhardt
Moderador
Moderador
Posts: 1177
Joined: Thu, 15 Oct 2009 10:28 am
Location: Recife

Damn face, these two codes were the ones you found, imagine what you should not have there, =)
User avatar
dr_gori
Moderador
Moderador
Posts: 5024
Joined: Mon, 03 May 2004 3:08 pm
Location: Portland, OR USA
Contact:
Thomas F. G

Você já respondeu a dúvida de alguém hoje?
https://glufke.net/oracle/search.php?search_id=unanswered

It's greasy ...
I always think things like this when I get a package to try to understand the functioning ...
Give the guy read, and find hidden in the middle the pearls :-)
SergioLBJr
Rank: Oracle Guru
Rank: Oracle Guru
Posts: 448
Joined: Tue, 16 Jun 2009 3:07 pm
Location: Parobé - RS
Sérgio Luiz Bonemberger Junior
Programador Junior
Parobé RS

[]s

Actually, congratulations to the doll.

I keep thinking, what goes on in the head of the crazy to write trochent lines that do not result in anything other than gutshop.

The only answer that passes me in the head is that the guy was wanting to make the biggest code as possible.
Trevisolli
Moderador
Moderador
Posts: 2016
Joined: Wed, 12 Jan 2005 3:25 pm
Location: Araraquara - SP
Abraço,

Trevisolli
OCA Oracle PL/SQL Developer Certified Associate
OCP Oracle Forms Developer Certified Professional
Araraquara-SP

That's it, my people ...
As my mother said, "Who seeks, thinks!"

Talk to you ...
I found a code where the person created a cursor, which makes sysdate fetch in a variable date and returns this variable ... rs ...

Important note: The cursor is within a function that returns the date ....
Thanks Brothers..rs ... Just relaxing A little (but the fact is real) ...
Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 14 guests