K
Join ServerKysely
help
Using MySQL functions in SELECT statement
Message Not Public
Sign In & Join Server To View
selectRaw
for theseSELECT a, b, UPPER(c) FROM x;
db.fn
, but not quite sure how to fit it in to make things happyawait db.selectFrom("x").select(["a", "b", db.fn("UPPER", ["c"]))