SQL Language Guide
>
SQL Language Guide
>
SQL Statements
>
DROP MODEL
Was this helpful?
DROP MODEL
Valid in: SQL, ESQL, OpenAPI, ODBC, JDBC, .NET
The DROP MODEL statement deletes an existing machine learning model.
This statement has the following format:
DROP USER [IF EXISTS]
model_name
;
Last modified date: 12/19/2024
This site works best with JavaScript enabled