Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Pedido_Insert_Delete
CREATE TABLE Pedido ( Codigo_Cliente INT NOT NULL, Nome_Cliente VARCHAR (60) NOT NULL, PRIMARY KEY (Codigo_Cliente) ); INSERT INTO Pedido VALUES (1, 'José Pereira'); INSERT INTO Pedido VALUES (2, 'Mario Orsi'); INSERT INTO Pedido VALUES (3, 'Zeze de Camargo'); INSERT INTO Pedido VALUES (4, 'Floriano Batista'); INSERT INTO Pedido VALUES (5, 'Carlos Pires'); DELETE FROM Pedido WHERE Nome_Cliente='José Pereira';
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
postgresql timestamp
PostreSQL: Subquery
postgresql: working days
Professional Networking Social Media Website SQL Analysis
IF IN POSTGRESQL
Conditional Cross Join - Why doesn't this work on the 'ON' clause?
Funciones matemáticas PostgreSQL
Sush_post1
sample
Select the latest id from last week from each different contact without repeating barcodes .....
Please log in to post a comment.