Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyMarkowitz-NOAA committed Apr 8, 2024
1 parent 8b20c0b commit 8989841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/r/run.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ORDER BY table_name") %>%
# materialized view
RODBC::sqlQuery(
channel = channel,
query = "SELECT *FROM user_mview_comments") %>%
query = "SELECT * FROM user_mview_comments") %>%
data.frame() %>%
dplyr::rename(TABLE_NAME = MVIEW_NAME) )

Expand Down

0 comments on commit 8989841

Please sign in to comment.