Difference between revisions of "Create table"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 
 
* [[MariaDB]]: https://mariadb.com/kb/en/create-table/
 
* [[MariaDB]]: https://mariadb.com/kb/en/create-table/
 
* [[PostgreSQL]]: https://www.postgresql.org/docs/current/sql-createtable.html
 
* [[PostgreSQL]]: https://www.postgresql.org/docs/current/sql-createtable.html
 
+
== Examples ==
 
+
* <code>[[CREATE TABLE numbers ( value INTEGER );]]</code>
[[CREATE TABLE numbers ( value INTEGER );]]
+
* <code>CREATE TABLE yourtable () [[PARTITION BY RANGE]] ();</code>
 
 
CREATE TABLE yourtable () [[PARTITION BY RANGE]] ();
 
  
 
== Related ==
 
== Related ==

Revision as of 08:54, 5 May 2025

Advertising: