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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

stuck in delimiter //

Status
Not open for further replies.

evaleah

Programmer
Mar 18, 2003
252
US
I typed in the following in a terminal window while connected to my MySQL server and now I can't make it close the delimited section and tell me there is a syntax error.
Code:
mysql> delimiter //create procedure spEditUniverse (
mysql> // delimiter;
    ->
    -> ;
    -> //
    ->
    -> ;
    -> delimiter;
    -> quit
    -> sti
    -> ;;;;
    -> //
    -> end
    -> //
    ->
    ->
    ->
    ->
    ->
    ->
    ->
    ->
    -> end delimiter;
    -> // delimiter;
    -> +
    ->
HELP, please! I am trying to create a procedure in the terminal window and in experimenting ended up with this.
 
I just closed the terminal window. I hated to do it, but there it is.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top