⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
BIEN 3
All Projects
Overview
Activity
Issues
Calendar
Documents
Wiki
Repository
Download (87 Bytes)
Statistics
| Revision:
root
/
trunk
/
inputs
/
.newWorld
/
newWorldCountries
/
postprocess.sql
View
History
Annotate
1
10253
aaronmk
UPDATE
:
table
SET
"isNewWorld"
=
COALESCE
(
"isNewWorld"
,
false
);
2
VACUUM
ANALYZE
:
table
;
Loading...