%type on mysql??
Posted: Tue Feb 05, 2008 10:16 am
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
tahnk you
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)