在APKPure安全快速地下载APK
APKPure 使用签名验证功能,确保为您提供无病毒的 SQL relational database system APK 下载。
2019年06月25日
Send report method is changed to avoid error.
Create SQL relational databases in your own smartphone!
 Any complex mathematical expressions in SQL SELECT or UPDATE for numeric type fields are available now! Use table fields as arguments in any mathematical funvction in your expressions.
For example, 
SELECT  (1+LOG10(SQRT(MyData+PI()/2)))/2 AS MyCalc FROM MyTable WHERE MyCalc>1.0
UPDATE MyTable SET MyField1=SQRT(SIN(Field2+pi()/2))+1