CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
oracle18c
09-09
OS
oracle SQL counter restarts when time difference is > x
09-08
Blockchain
How to group by date and not datetime in Oracle?
08-18
OS
Select rows where related rows only have unmatched years
07-19
Net
Generate rows to fill in gaps between years, carry over a value from previous year
07-18
Back-end
How to select maximum records from timestamp and do the operation using LISTAGG
07-15
Net
Join to XML query is only performant with redundant hardcoded WHERE clause
07-14
Back-end
Function-based index on function returning number from abstract datatype
07-11
database
Convert SDO_ORDINATE_ARRAY to string using a function (for a function-based index)
07-09
Mobile
Convert SDO_ORDINATE_ARRAY to built-in VARRAY (to create function-based index)
07-06
Software design
Why does CROSS JOIN LATERAL break up array's SDO_GEOMETRY object into individual attributes?
07-05
OS
Extract varray element by index number using custom type's member function
07-04
Mobile
Succinct way to select where COST1 is different than COST2 (treat null=null)
06-30
front end
Succinct way to join between XML queries?
06-27
database
Extract specific value from XML array (where FieldName = x)
06-21
Net
Convert MDSYS.ST_LINESTRING subtype value to MDSYS.ST_GEOMETRY supertype
06-21
Net
Get point geometries as rows for each vertex in SDO_GEOMETRY line
06-21
other
Get varray values as concatenated text list
06-20
Blockchain
Why does (SHAPE).SDO_ORDINATES(1) syntax fail, but (SHAPE).ST_PointN(1) succeeds?
06-20
Software design
Why do we need to Treat() MDSYS.ST_GEOMETRY as ST_LINESTRING to use ST_PointN(1)?
06-16
Enterprise
What does OBJECT_TYPE(…) do in a SELECT query?
06-15
database
Generate grid line coordinates using SQL
06-15
other
Cross-joining with a table object propagates rows (without needing Table() function)
06-15
other
Collapse vertex rows into nested table type (aggregated by ID)
06-14
front end
Cross join to varray without using Table() expression
06-12
OS
Create an ODCI list of SDO_GEOMETRY objects
06-12
Back-end
Why does SHAPE.SDO_ORDINATES(1) work in PL/SQL, but not in SQL?
06-12
Enterprise
Working with SDO_GEOMETRY ordinates as a table in a column subquery
06-12
Enterprise
Get value from ODCIVARCHAR2LIST at a specific index position (in a SQL query)
06-10
Blockchain
Include multiple inline functions and multiple CTEs in a WITH clause in a single query
06-10
database
Why does SHAPE.SDO_ORDINATES(1) work in PL/SQL, but not in an SQL query?
06-09
Net
OOTB Oracle IFERROR function to handle rows that cause errors in a query
06-09
OS
Replace value in SDO_ELEM_INFO_ARRAY varray
06-09
OS
Look up SDO_GEOMETRY validation error code using SQL
06-04
database
Utilize function-based spatial index in SELECT clause
06-01
Back-end
Determine what rows are causing error in query
05-20
front end
Is In-Memory a extra-cost option? (Oracle)
05-18
other
Utilize a function-based index while selecting additional columns
05-17
other
Treat Oracle subtype as supertype
05-17
OS
Explain plan hint details as plain text
05-04
Software design
Convert VARRAY to text (for concatenation)
46
1
2
Next
Last
Links:
CodePudding