Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error 1064

Status
Not open for further replies.

vtsao

IS-IT--Management
Jul 29, 2003
6
US
Hi,
I just started using mysql. Below is the following statement I put in:

mysql> DECLARE
v_FirstName varchar2(20),
v_LastName varchar2(20),
CURSOR c_Students IS
select first_name, last_name
from student;

ERROR 1064: You have an error in your SQL Syntax at line 1.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top