ora-00933
SQL Update a table based on join with anther table
I am trying to update a tab开发者_如何学Pythonle by joining the values with another table. Here\'s my query so far.[详细]
2023-03-24 08:17 分类:问答SQL command not properly ended
SELECT /*+ PARALLEL(aae,4) */ DISTINCT nvl(aae.voucher_group_id,-1)voucher_group_id, aae.nominal_transaction_amount unit_price,[详细]
2023-03-22 03:35 分类:问答Need help with error in Oracle SQL query
this is the query: SELECT DISTINCT pprom.pk FROM ( SELECT item_t0.SourcePK as pk FROM links item_t0 WHERE (? =item_t0.TargetPKANDitem_t0.SourcePKin (?,?))[详细]
2023-03-21 08:48 分类:问答Executing PL/SQL Begin/End procedure from Oracle JDBC thin driver
I am trying to create Oracle PL/SQL procedures and execute them via Oracle JDBC (thin driver).Here is the full PL/SQL script:[详细]
2023-03-21 05:49 分类:问答ORA-00933: SQL command not properly ended in subquery with join
It\'s been a while for me since the last time I did Oracle SQL, hope someone can tell me why I get a 933 on:[详细]
2023-03-12 23:30 分类:问答Help with ORA-00933: SQL Command nor properly ended
If I run the following SQL using Oracle\'s SQL Developer. select payee_id, to_char(check_date,\'d\') as DOW,[详细]
2023-02-28 22:44 分类:问答oracle trigger error
I have two tables, tableA and tableB. I want to set a trigger. Once an insert happens in tableA, it may trigger some events in tableB.[详细]
2023-02-25 06:35 分类:问答how to modify an existing check constraint?
Is there any way to modify an existing check constraint on a table other than dropping and re-creating it?[详细]
2023-02-12 07:56 分类:问答ORA-00933: SQL command not properly ended
I\'m getting this error in Oracle: ORA-00933: SQL command not properly ended for DROP SEQUENCE IF EXISTS ownername.seq_name;[详细]
2023-02-07 06:40 分类:问答Oracle : receiving ORA-06550 and PLS-00905
i have a holiday table which contains the data are HOLIDAYDA DESCRIPTION --------- --------------------[详细]
2023-02-03 19:07 分类:问答