标签: mysql decimal truncate inner-query
我想在Select *查询中使用Truncate命令。我在想,如果类似于嵌套查询的东西只适用于确定返回的列是否为十进制值,并对其应用truncate(2小数点)。 随机版本看起来像下面的内容 -
Select * from my_Table ( Truncate if column = intiger)
请提供有关如何开发此类查询的指示。