Maison >développement back-end >tutoriel php >mysql - thinkphp 数据库语句翻译成SQL语句是什么
$fck->where($myw)->field('id,wenti_dan')->find();
$fck->where($myw)->field('id,wenti_dan')->find();
$this->getLastSql()
<code>$sql = "select id,wenti_dan from fck where " . $myw;</code>