Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What WHERE CURRENT OF clause does in a cursor?
What WHERE CURRENT OF clause does in a cursor?
✍: Guest
The Where Current Of statement allows you to update or delete the record that was last fetched by the cursor.
2011-11-02, 3206👍, 0💬
Popular Posts:
What will be printed as the result of the operation below: main() { int x=10, y=15; x = x++; y = ++y...
What does static variable mean? There are 3 main uses for static variables: If you declare within a ...
What is a measure in OLAP ? Measures are the key performance indicator that you want to evaluate. To...
How was XML handled during COM times? During COM it was done by using MSXML 4.0. So old languages li...
How To Check the Oracle TNS Settings? - Oracle DBA FAQ - ODBC Drivers, DSN Configuration and ASP Con...