Search code examples
T-SQL and PL/SQL query to check if column exists in a table and if it does; use it in the where clau...

sqloracle-databaseplsql

Read More
How to use a value in a column as repetition count...

sqloracle-databaseplsql

Read More
Replace dynamic text in a text block - PLSQL - REGEX...

sqlregexoracle-databaseplsql

Read More
How does the SYSDATE in Materialized View behave with respect to Materialized View's Last Refres...

sqldatabaseoracle-databaseplsqlrdbms

Read More
How to get the percentage of total in a column and group by accordingly in PLsql...

plsql

Read More
Updating via cursor is taking a lot of time...

oracle-databasestored-proceduresplsqlcursor

Read More
Need to update column id using row_number()...

oracle-databaseplsql

Read More
How to pass a complex cursor record into a procedure?...

oracle-databaseplsql

Read More
How to calculate duration of timestamp when only given start_time and the end_time is the next row i...

timeplsqltimestampduration

Read More
Using cursor for loop to get data...

plsqloracle-apex

Read More
Understanding stored procedure logic...

plsql

Read More
function to send notification...

oracle-databaseemailplsqloracle-apex

Read More
Variable behavior in Oracle PL/SQL block...

oracle-databasevariablesplsql

Read More
Oracle Regex - Splitting a string by more than 1 delimiter...

regexoracle-databaseplsql

Read More
RegEx: match multi-line block by 1st and last lines...

regexplsql

Read More
Creating nested json data from Oracle SQL...

sqljsonoracle-databaseplsql

Read More
Why aren't my save point and rollback work as expected?...

plsql

Read More
Will there be any effect if I change the varchar2 column size?...

oracle-databaseplsqlbigdataoracle19c

Read More
"ORA_00913 Oracle Error - Too many values" when inserting values...

oracle-databaseloopsplsqlnestedplsqldeveloper

Read More
Oracle JDBC 23c driver throws ORA-06550 error when executing PL/SQL with setBoolean against a 23c Da...

javaoracle-databasejdbcplsqlboolean

Read More
Return output parameter of oracle stored procedure using PDO and PHP...

phporacle-databasestored-proceduresplsqlpdo

Read More
Sniff out the actual request that has activated a trigger...

sqloracle-databaseplsql

Read More
Split string using pl/sql using connect level on null value...

stringoracle-databaseplsqlsplitstringtokenizer

Read More
In PL/SQL can I pass a value from anonymous block into the calling program...

plsql

Read More
PLSQL Cache Lookup Table for functions...

oracle-databaseplsql

Read More
How to use Oracle SQL/JSON in PL/SQL cursor?...

jsonoracle-databaseplsqloracle19c

Read More
Updating null columns with data from another table...

sqloracle-databaseplsql

Read More
Compare two tables and update the mismatch column in Oracle SQL...

sqloracle-databaseplsqlcursorprocedure

Read More
ORA-20001: Query must begin with SELECT or WITH...

oracle-databaseplsqloracle-apexoracle19c

Read More
Use Oracle PL/SQL For Loop to iterate through comma delimited string...

oracle-databasefor-loopplsql

Read More
BackNext