powered by
Convert a column name into a SQL compatible name.
sqlizeNames(x, dialect = "T-SQL")
A string, a SQL compatible column name.
A string, a column name.
A string, "T-SQL" or "Postgresql".
sqlizeNames("column 100 - sample b")
Run the code above in your browser using DataLab