我已经在我的项目中实现了这个查询,并且它在< 2.2版本。
如果我尝试在版本>中运行2.2然后这个查询无效。
你能对此有所了解吗?
查询:
mCursor = db.rawQuery(“从中选择ROUND(delivarycharge)” pincodedetails其中ROUND(小计)< =(从中选择ROUND(小计) pincodedetails其中ROUND(小计)> =“+价格+”和 resturantID =“+ selArgs +”limit 1)和resturantID =“+ selArgs +”和 ROUND(小计)> =(从pincodedetails中选择ROUND(小计)其中 ROUND(小计)< =“+ price +”和resturantID =“+ selArgs +”限制1)订单 通过ROUND(小计)LIMIT 1“,null);