Skip to content

Commit

Permalink
Align insert and select clauses
Browse files Browse the repository at this point in the history
  • Loading branch information
burrowse committed Jul 24, 2024
1 parent 134c7af commit a534899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/sql/sql_server/cdm_version/v531/insert_location.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ address_1,
address_2,
city,
state,
zip,
county,
zip,
location_source_value
)
select
Expand Down
2 changes: 1 addition & 1 deletion inst/sql/sql_server/cdm_version/v540/insert_location.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ address_1,
address_2,
city,
state,
zip,
county,
zip,
location_source_value
)
select
Expand Down

0 comments on commit a534899

Please sign in to comment.