Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
PostgreSQL
(edit)
Revision as of 14:19, 13 February 2016
193 bytes added
,
14:19, 13 February 2016
no edit summary
Line 48:
Line 48:
Delete
Delete
DELETE FROM table_name WHERE column_name = 'value1';
DELETE FROM table_name WHERE column_name = 'value1';
+
Update
+
UPDATE table_name SET column_name1= 'value32' WHERE column_name2 = 'value2';
+
== ALTER TABLE ==
+
ALTER TABLE table_name ADD column_name5 date;
+
ALTER TABLE table_name DROP column_name5;
Rafahsolis
Bureaucrats
,
Administrators
2,306
edits
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
Variants
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
Special pages
Printable version