简体   繁体   中英

How can I add initcap function in ignite sql?

I need the initcap funtion which capitalizes the initial letters but it seems like ignite doesn't support that function by default. Can I define the function using a query or do I need to implement it in my Java application? Or is there a smarter way to achieve the same functionality using upper and lower?

Apache Ignite 2.13 supports initcap function, to use it you should enable calcite-based sql engine . If you use earlier version or not ready to enable beta functionality you should implement initcap manually in your Java application.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM