cast_double_to_uint32.sql 88 B

1
  1. select key, subkey, cast(cast(3.1415 as smallint) as varchar) as value from plato.Input;