Answers for "Print exact sql statement executed"

PHP
2

Print exact sql statement executed

## For Moodle

$DB->set_debug(true);
Your database command
$DB->set_debug(false);
Posted by: Guest on December-31-2021

Browse Popular Code Answers by Language