[MDEV-16872] Add CAST(expr AS FLOAT) Created: 2018-08-01 Updated: 2019-05-16 Resolved: 2019-05-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types |
| Fix Version/s: | 10.4.5 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | upstream | ||
| Issue Links: |
|
||||||||||||||||||||||||||||
| Description |
|
As of version 10.4, MariaDB has CAST(expr AS DOUBLE), but does not have CAST(expr AS FLOAT) yet. We'll implement CAST(expr AS FLOAT) under terms of this MDEV. This query:
will create a column of the FLOAT data type. |