Ajax
ASP
C,C++
C#,.NET
CSS,HTML
Delphi,Kylix
Experience
Flash
Java
JavaScript
PHP
Python
QT
SQL
ShellScript
VB
U :
P :
Register
Lost Password
Other Links
Code Archive
Save Giovanni
SQL Category Code
Real Name
:
SharingCode.NET User
Subject
:
Begins a transaction block, creates a table, and commits the action
Description
:
Begins a transaction block, creates a table, and commits the action
postgres=# postgres=# -- Begins a transaction block, creates a table, and commits the action: postgres=# postgres=# BEGIN WORK; WARNING: there is already a transaction in progress BEGIN postgres=# postgres=# CREATE TABLE test (id integer, name text); CREATE TABLE postgres=# postgres=# COMMIT WORK; COMMIT postgres=# postgres=# postgres=# BEGIN WORK; BEGIN postgres=# postgres=# drop table test; DROP TABLE postgres=# COMMIT WORK; COMMIT postgres=# postgres=#
Rating
:
0.00
(out of 5)
Visitor Voting Booth
:
Excellent
Very Good
Good
Fair
Poor
Copyright © 2006 SharingCode.NET . All rights reserved. Hosted By: SisNetworks