Questions tagged as 'plsql'

1
answer

PL SQL statement error

I have to make an insert in SQL Server. I have tried the following, but I do not know if it will be fine, at first glance it gives me a fault near the IF and the THEN , but I do not know why. I imagine it will be for the AND...
asked by 11.04.2017 / 07:36
1
answer

How can I insert data in a loop until a specified date?

   ORA-01841: the (complete) value of the year should be between -4713 and +9999, and not   must be equal to 0   ORA-06512: online 8 DECLARE LIMITE DATE := '30-01-2018'; CONTADOR NUMBER(2) := 0; ACTUAL DATE := SYSDATE; BEGIN LOOP...
asked by 27.12.2018 / 13:03
1
answer

ORACLE DATA SEARCH [closed]

Does anyone know any way to search for words within the oracle developer ??? to search for matches within the database I need to find where the functions or procedures could make SELECTS to a table     
asked by 15.11.2017 / 18:59
2
answers

HOW TO RETURN THE FIRST ELEMENT OF A FOR EACH

GOOD AFTERNOON I AM MAKING A SUB-CONSULTATION OF A TABLE IN ORACLE TO BRING THE BENEFICIARIES OF A QUOTE BY MEANS OF A FOREACH I NEED ON THE PART OF THE TABLE TO SHOW ONLY ONE SIDE THE QUOTE, AS IT CAN BE OBSERVED IN THE PICTURE H...
asked by 16.09.2017 / 17:08