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.
DEFAULT
CREATE TABLE Orders ( OrderId INTEGER NOT NULL, OrderNumber INTEGER NOT NULL, OrderDate date DEFAULT CURRENT_DATE() );
ALTER TABLE Persons ALTER City SET DEFAULT 'New York';
ALTER TABLE Persons ALTER City DROP DEFAULT;
Contact support