文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
log
Rand
随机获取数据。
rand($table, $column, $where)table [string]
The table name.
column [string]
The target column will be calculated.
where (optional) [array]
The WHERE clause to filter records.
table [string]
The table name.
join [array]
Table relativity for table joining.
column [string]
The target column will be calculated.
where (optional) [array]
The WHERE clause to filter records.
返回数组[array]
$data = $database->rand("account", [ "user_name", "email"], [ "user_id[>]" => 100]); // $data = array(// [0] => array(// "user_name" => "foo",// "email" => "foo@medoo.in"// ),// [1] => array(// "user_name" => "cat",// "email" => "cat@medoo.in"// )// )
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论