Page 1 of 1

%type on mysql??

Posted: Tue Feb 05, 2008 10:16 am
by yacahuma
I am just starting on mysql store procedure programing . Does the %type exists on mysql?

I cannot find information about it

In oracle I can do

Code: Select all

 
PROCEDURE INSERT_client (
 P_first_name client.first_name%TYPE,
 P_last_name client.last_name%TYPE)
 
tahnk you