I don't think the cast rounds, though. It just truncates. Am I wrong?
RobR
On Thu, Oct 18, 2018 at 4:13 PM Richard Hipp wrote:
> On 10/18/18, John Harney wrote:
> > Recently figured this out. Seems to work fine
> >
> > trim(trim(round(1.111,0),'0'),'.') = 1
> >
>
> CAST(1.111 AS integer)
On Thursday, 18 October, 2018 14:13, Richard Hipp wrote:
>On 10/18/18, John Harney wrote:
>> Recently figured this out. Seems to work fine
>> trim(trim(round(1.111,0),'0'),'.') = 1
>CAST(1.111 AS integer)
That should be CAST(round(x,0) as integer) if you want the rounded result as an
ac
On 10/18/18, John Harney wrote:
> Recently figured this out. Seems to work fine
>
> trim(trim(round(1.111,0),'0'),'.') = 1
>
CAST(1.111 AS integer)
--
D. Richard Hipp
d...@sqlite.org
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.or
Recently figured this out. Seems to work fine
trim(trim(round(1.111,0),'0'),'.') = 1
Aviso de Privacidad y Confidencialidad // Privacy and Confidentiality Notice //
Avis de confidentialit?: https://privacy.grupobimbo.com/
__
4 matches
Mail list logo