Re: No feedback for executing a mathematical expression
Octopus ZHANG <[email protected]> Tue, 10 Mar 2020 16:05:55 +0800
| Newsgroups | gmane.comp.db.sqlite.general |
|---|---|
| Message-ID | <CALV3bJzKpbG20d-XDFwGzSpkJNP-kFtO=QZ34MfUb+XkDLKgXA@mail.gmail.com> |
Yeah, I expected it should show the error message. I will check the related threads. radovan5 <[email protected]> 于2020年3月10日周二 下午4:02写道: > Hi, > > because sqlite calculate expression 30/57 as zero or 0. > So this give then divide by zero error when 55/0 is calculated. > Search more on google "Divide by 0 not giving error in sqlite". > > If you need to calculate you must change this so that one number > has affinity real like this: > > select 99-(55/(30.0/57)) > > But I like that when you have integer numbers is like div function. > You remember div function like: 10 div 5 = 2. > > > On 10.03.2020 08:21, Octopus ZHANG wrote: > > Hi all, > > > > > > I try to run a simple math expression, but SQLite gives no feedback : > > > > sqlite> select 99-(55/(30/57)); > > > > > > > > > > Should I expect it to return nothing? > > > > > > Thank you > > > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > -- Yushan _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users