Home > database >  (0017) Error c0195: statement requires'; '
(0017) Error c0195: statement requires'; '

Time:09-21

The CREATE TABLE [dbo] [supplier basic information TABLE backup] (
[supplier number] [char] (20) NOT NULL,
Supplier [name] [chars] (50) NULL,
[or] [chars] (20) NULL,
[address]] to [char] (50) NULL,
[district] [char] (30) NULL,
[zip] [char] (10) NULL,
[call] [char] (20) NULL,
/fax/char (20) NULL,
[contact] [char] (30) NULL,
/contact phone/char (20) NULL,
[bank] [char] (30) NULL,
[bank account] [char] (30) NULL,
[taxpayers] [char] (30) NULL,
[mailbox url] [char] (40) NULL,
) ON the (PRIMARY)
In this table, why always like this (0017) Error c0195: statement requires'; 'beginner, for advice

CodePudding user response:

In PB SQL query analyzer are with a semicolon ";" The end of the

Such as:
Select 1;

CodePudding user response:

Upstairs positive solution, pb in each of the SQL statements with a semicolon "; 'at the end
  • Related