Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NULL
NOT NULL
CREATE TABLE Persons ( Id INTEGER NOT NULL, LastName VARCHAR(45) NOT NULL, FirstName VARCHAR(45) NOT NULL, Age INTEGER );
ALTER TABLE Persons MODIFY Age INTEGER NOT NULL;
Contact support