## ----include = FALSE---------------------------------------------------------- knitr::opts_chunk$set(collapse = TRUE, comment = "#>", eval = FALSE) ## ----------------------------------------------------------------------------- # # install.packages("remotes") # remotes::install_github("StrategicProjects/polyglot-sql-r") ## ----------------------------------------------------------------------------- # library(polyglotSQL) # polyglot_version() # sql_transpile("SELECT IFNULL(a, b) FROM t", from = "mysql", to = "postgres")