Hello everybody..Pls help

[expired user #8274]'s profile image [expired user #8274] posted 10 years ago in General Permalink
create table PHIOMS1(
IdPHIOMS1 int not null auto_increment primary key,
Comm int,
TagName varchar(32),
OPCTagName varchar(32),
Description varchar(32),
SigType varchar(32),
EURangeLow int,
EURangeHigh int,
EUUnit varchar
);

can somebody tell me what is the problem with my code??
[expired user #8275]'s profile image [expired user #8275] posted 10 years ago Permalink
EUUnit varchar → EUUnit varchar(32)
kalvaro's profile image kalvaro posted 10 years ago Permalink
Launch HeidiSQL, connect to your database, paste the code in the "Query" tab and hit the "Execute SQL..." toolbar button (the blue right arrow). If it has a syntax error, MySQL server will tell you about it and HeidiSQL will notify back.

[expired user #8274]'s profile image [expired user #8274] posted 10 years ago Permalink
Thank you moxun

Please login to leave a reply, or register at first.