RE: User Defined Types

2009-07-28 Thread Jeff Lanzarotta
Darn, oh well. Thanks for the quick response. --- On Tue, 7/28/09, Gavin Towey wrote: From: Gavin Towey Subject: RE: User Defined Types To: "delux256-my...@yahoo.com" , "mysql@lists.mysql.com" Date: Tuesday, July 28, 2009, 2:39 PM Nope -Original Message- F

User Defined Types

2009-07-28 Thread Jeff Lanzarotta
Hello, I am evaluating MySQL. I am coming from Microsoft SQL Server 2005. This may have been discussed before but I have not been able to find it. In SQL Server you are able to define a user-defined type like this: CREATE TYPE [dbo].[status] FROM INT NOT NULL This will allow you to then define