topas然后按D
# lsdev |grep -i sas
hdisk0 Available 00-00-00 SAS Disk Drive
hdisk1 Available 00-00-00 SAS Disk Drive
sas0 Available 00-00-00 Controller SAS Protocol
ses0
yiidbQuery 查询方法
A typical usage of the query builder looks like the following:
$rows = (new yiidbQuery())
->select("id, name")
->from("user")
->limit(10)
->all();
// which is equival