%type on mysql??

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
yacahuma
Forum Regular
Posts: 870
Joined: Sun Jul 01, 2007 7:11 am

%type on mysql??

Post 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
Post Reply