diff --git a/src/interfaces/odbc/convert.c b/src/interfaces/odbc/convert.c index be96b7ea6d..47b1882dfb 100644 --- a/src/interfaces/odbc/convert.c +++ b/src/interfaces/odbc/convert.c @@ -66,7 +66,7 @@ extern GLOBAL_VALUES globals; */ char *mapFuncs[][2] = { /* { "ASCII", "ascii" }, */ - { "CHAR", "ichar" }, + { "CHAR", "chr" }, { "CONCAT", "textcat" }, /* { "DIFFERENCE", "difference" }, */ /* { "INSERT", "insert" }, */