Heyho, I need to grab some datas from actions which been done from date A 00:00:00 and date B 00:00:00 (in this case
It happened that all projects during the last 10 years were with Oracle as a database server. Now I\'m starting on a side project on my own with MySQL (the latest stable).
This question already has an answer here: Oracle query that will list of the database objects referenced by a view
I am confronted with a 4-page SAS thing - macro? procedure? it has procedures within it, DATA blocks and PROC blocks, one PROC SQL block for importing from Oracle.
I have a stored procedure like this: CREATE PROCEDURE Proc_Test(testvalue set(char(1000) not null))RETURNING int;
I have the below shell script that calls an sql script. The problem is it calls the sql script, i enter the username,password ,dbnameand after that it creates the table
I have a multithreaded process which inserts several records into a single table.The inserts are performed in a stored procedure, with the sequence being generated INTO a variable, and that variable i
I have the following statement which compiles fine in my package: package header: TYPE role_user_type IS RECORD (
I have the following inside a package and it is giving me an error: ORA-14551: cannot perform a DML operation inside a query
I\'m trying to run SQL in a PL/SQL procedure.If I were to say: SELECT * FROM myTable WHERE FNAME like \'Joe%\' AND dept = \'xyz\';