X7ROOT File Manager
PHP:
8.1.2-1ubuntu2.21
OS:
Linux
User:
www-data
Root
/
usr
/
share
/
doc
/
dbconfig-common
/
examples
/
db-test-pgsql-migration-1.9
📤 Upload
📝 New File
📁 New Folder
Close
Editing: pgsql.sql
create table foo ( id int not null primary key, name varchar(32) ); create table mytable ( version varchar(32) not null primary key ); insert into foo values (1, 'foo'); insert into foo values (2, 'bar'); delete from mytable; insert into mytable values ('2.0');
Save
Cancel