How to query and table data whose one of column data type is TYPE object and i want the value from the same column
I have a customer table whose CUST_ADDRESS column is a TYPE as OBJECT
Customer Table DDL
CUST_ADDRESS_TYP structure
how to trim first two character when it contains specific string?
is there a way use a sql to query data as below example:
how to trim first two character when it contains specific string?
is there a way use a sql to query data as below example:
Can I make Oracle not stop execution after a certain number of errors?
When doing a query to insert or update an Oracle table I get errors like “duplicated” when inserting, or “not found” when updating, but it looks like the number of errors has a limit. When that limit is reached, the query stops and the rest of the sentences are not executed.
Handle of errors
When doing a query to inserts/update oracle table I got error like duplicated when insert or not found when update but looks like the number of errors has a limit, when reach it the query stop and the rest of the sentences are not executed. We migrated from DB2 in mainframe and there is a parament added as the first sentence in the query to allows any number of errors (SER MAXERRORS -1), Is there something similar in Oracle?
Thanks.
Get most recent of two different records for each group
I would like to find the most recent record for task A and task B for each ID by assign_date. The data is in the format
Returning top value with associated columns
I am trying to get the top row for each city. I want to know the key and the count associated with the top row.
how can i find po_order_line diff in oracle purchase order price
Question i am trying to find diff between two line of purchase order in oracle procurment bussiness help me to write a sql query to find
ORA-04091: table is mutating, trigger/function may not see it even when the trigger is not updating the table on which it is written
I have a trigger as below
Generate a range of dates using SQL for every date in column in a table
I have a colmn in table containing the dates. I want to generate a table that contains a date range for every date in the column. For example, the table1 may look like this: