Project

General

Profile

« Previous | Next » 

Revision 9760

inputs/.TNRS/schema.sql: fixed whitespace

View differences:

inputs/.TNRS/schema.sql
127 127
FROM tnrs
128 128
;
129 129

  
130

  
131 130
CREATE OR REPLACE VIEW "ValidMatchedTaxon" AS
132 131
SELECT *
133 132
FROM "MatchedTaxon"
......
147 146
, "Source" AS "*Accepted_name.Source"
148 147
, "Warnings" AS "*Accepted_name.Warnings"
149 148
, "Accepted_name_lsid" AS "*Accepted_name.Accepted_name_lsid"
150
FROM tnrs;
149
FROM tnrs
150
;
151 151

  
152 152
CREATE OR REPLACE VIEW "ScrubbedTaxon" AS
153 153
SELECT *

Also available in: Unified diff