You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
草, 官方的bql文档谁写的, 拖出去打死
这个是错误的!!!!!!!
下面这个才是正确用法
$bmobBql = new BmobBql();
$res = $bmobBql->query(array('bql'=>'select * from GameScore where name=? limit ?,? order by name','values'=>'["dennis", 0, 100]'));
The text was updated successfully, but these errors were encountered:
草, 官方的bql文档谁写的, 拖出去打死
这个是错误的!!!!!!!
下面这个才是正确用法
$bmobBql = new BmobBql();
$res = $bmobBql->query(array('bql'=>'select * from GameScore where name=? limit ?,? order by name','values'=>'["dennis", 0, 100]'));
The text was updated successfully, but these errors were encountered: