issues I face at the workplace I love-hate & then forget about, just to face them again. solely for personal ref, please be cautious :) know a better solution? help me learn :D 0xweathered@gmail.com
nah, using sample schema is way easier actually, lets go to HR lets say i want to make a stripped down table identical to the EMPLOYEES table,...
continuing from sql | how NOT to avoid multiple identical subqueries in the SELECT clause these won't work if your db is older than 12c. if it is...
running 12c or higher? how to inline subqueries in SELECT clauses, or simply scalar subqueries, as you can guess by the name, is used to return a...
not the best place for explanations here, the below query shows the number of open cursors present in a session. if the number reaches the db...
one day a dba reported high resource usage by a query, but it was 'well-optimized' and the runtime was as expected, then what was wrong? logical read...
there has to be an easier way other then CTRL+C CTRL+V, right? CARTESIAN QUERY SELECT X.* FROM ( 'INSERT SELECT STATEMENT HERE' ...