fetchSql(체인 작업 17)


예를 들어

echo Db::table('user')->fetchSql(true)->find(1);

의 출력 결과는 다음과 같습니다.

SELECT * FROM user where `id` = 1