|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
CREATE TABLE [chanels] (
[ip] [char] (12) COLLATE Modern_Spanish_CI_AS NOT NULL , [canal] [char] (100) COLLATE Modern_Spanish_CI_AS NULL , [usuarios] [int] NULL CONSTRAINT [DF_chanels_usuarios] DEFAULT (0), [limite] [int] NULL CONSTRAINT [DF_chanels_limite] DEFAULT (0), [fecha1] [datetime] NOT NULL CONSTRAINT [DF_chanels_fecha1] DEFAULT (getdate()), [fecha2] [datetime] NOT NULL CONSTRAINT [DF_chanels_fecha2] DEFAULT (getdate()), [topic] [char] (250) COLLATE Modern_Spanish_CI_AS NULL , CONSTRAINT [PK_chanels] PRIMARY KEY CLUSTERED ( [ip] ) ON [PRIMARY] ) ON [PRIMARY] GO I need to get that into MySQL table, could somebody help me? thanks ![]() |
|
#2
|
|||
|
|||
|
do a search on google for sql to mysql converter. you will get a long list of programs that will do that for you, but the vast majority of them are not free though.
__________________
Apache Expert |
![]() |
| Viewing: Dev Articles Community Forums > Databases > MySQL Development > SQL to MySQL |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|