python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to prevent Varchar Appending Duplicate Information
I'm learning PL/SQL stored functions in Oracle SQL Developer and I'm having trouble trying to create a function that returns a row that does not contain duplicate information.
Schema information:
APP...
Damon O'Neil
Votes: 0
Answers: 1
Is there are better way to assign a variable a value when the like condition is met?
So I'll have table values where some values in a column will have a 4 digit value and if they exist, I have to add the 3rd value to a variable. So if I have 1234, the variable Number will be 3. Below ...
profiter
Votes: 0
Answers: 1
PL SQL Functions Exception handling
I created a function to calculate total amount (shipping + subtototal) for customer
If customer isn't cerated I want to see in the output error
DBMS_OUTPUT.PUT_LINE('IDCUSTOMER: ' || customer_id || 'T...
Dina Butko
Votes: 0
Answers: 0
Understanding PLPGSQL basics
I there, I am new to PL/pgSQL, the project I am working on started using it for some data-intensive handling implementations, I am failing to understand some basic foundations, even reviewing the docs...
SeekanDestroy
Votes: 0
Answers: 2