Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-cursor

Firebird Cursors - Why would you use one

Lifetime of a cursor in Oracle

oracle database-cursor

TSQL Cursor how to check if already declared and thus deallocate

Testing PostgreSQL functions that consume and return refcursor

How do I implement Hibernate Pagination using a cursor (so the results stay consistent, despite new data being added to the table being paged)?

How to split string and save into an array in T-SQL

Is there a way to use parameters in a SQL Server cursor?

How to flip to previous page with ndb cursors?

Advantages on using cursor variable in SQL Server (declare @cn cursor)

Performance issue when using ORDER BY dbms_random.value for Oracle database

A cursor with the name 'cursor_name' does not exist

sql database-cursor

What are the examples for @@fetch_status value -2 and -9

Conditionally define a Cursor

How i can use cursor to delete record from table

Oracle PLSQL - Declare a cursor on a non-existing table

Using Cursor in a Loop of a stored procedure

When is the query in a cursor executed?

ORA-06511: PL/SQL Cursor already open

plsql/cursors handle exception and return back to the execution flow

Is there a way to bulk insert into two tables with FK from one to the other?