Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,8 @@ Converted, cleaned and syntax-checked [SQLWiki](https://github.com/salesforce/Wi
|
|
| 6 |
|
| 7 |
The datapoints containing non latin column names were removed.
|
| 8 |
|
|
|
|
|
|
|
| 9 |
Each SQL statement, including `CREATE TABLE` statements were syntax checked with [pgsanity](https://github.com/markdrago/pgsanity).
|
| 10 |
|
| 11 |
# Citations
|
|
|
|
| 6 |
|
| 7 |
The datapoints containing non latin column names were removed.
|
| 8 |
|
| 9 |
+
Resulting SQL statements were adapted for Postgres syntax and conventions.
|
| 10 |
+
|
| 11 |
Each SQL statement, including `CREATE TABLE` statements were syntax checked with [pgsanity](https://github.com/markdrago/pgsanity).
|
| 12 |
|
| 13 |
# Citations
|