N/A?
Tables are created by the following code before
The CREATE TABLE Persons_Form
(
Id_P int the NOT NULL,
The LastName varchar (255) NOT NULL,
FirstName varchar (255),
Address varchar (255),
City varchar (255) the DEFAULT 'SANDNES'
)
CodePudding user response:
You don't insert a line, does your zha know default values, can produce,Find an empty table, set the default value of effect can see?
CodePudding user response: