Skip to main content

Home/ Groups/ MySQL
Ken Wei

MySQL AB :: MySQL 5.0 Reference Manual :: 17.2.6 DECLARE Statement Syntax - 0 views

  • Declarations must follow a certain order. Cursors must be declared before declaring handlers, and variables and conditions must be declared before declaring either cursors or handlers.
  • DECLARE is allowed only inside a BEGIN ... END compound statement and must be at its start, before any other statements.
Ken Wei

MySQL AB :: MySQL 5.0 Reference Manual :: 17.2.1 CREATE PROCEDURE and CREATE FUNCTION S... - 0 views

  • Each parameter is an IN parameter by default. To specify otherwise for a parameter, use the keyword OUT or INOUT before the parameter name.
  • Specifying a parameter as IN, OUT, or INOUT is valid only for a PROCEDURE. (FUNCTION parameters are always regarded as IN parameters.)
Ken Wei

MySQL Lists: mysql: Re: triggers on 5.0.17 -- definer not fully qualified - 0 views

shared by Ken Wei on 03 Mar 07 - Cached
  •  
    5.0.18 still has the same issue.
Ken Wei

Jeremy's MySQL Stuff - 1 views

shared by Ken Wei on 08 Feb 07 - Cached
  •  
    good stuff

Ken Wei

Planet MySQL - 0 views

shared by Ken Wei on 08 Feb 07 - Cached
Ken Wei

application_partitioning_wp.pdf (application/pdf Object) - 0 views

  •  

« First ‹ Previous 81 - 100 of 100
Showing 20 items per page