Difference between revisions of "Create table"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
* [[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
 +
 +
 +
[[CREATE TABLE numbers ( value INTEGER );]]
  
 
== Related ==
 
== Related ==
Line 13: Line 16:
 
**  ALTER TABLE tablename OWNER TO "new-owner";
 
**  ALTER TABLE tablename OWNER TO "new-owner";
 
* [[cannot execute CREATE TABLE in a read-only transaction]]
 
* [[cannot execute CREATE TABLE in a read-only transaction]]
 +
* [[Read only]]
  
 
== See also ==
 
== See also ==

Latest revision as of 11:11, 23 September 2024

Advertising: