07-13-2017, 01:20 PM
Hmm. Yeah. I've never done anything like that. You should be able to run pretty much any raw sql query with
$db->query("");
Although you may need to play around with your backticks etc versus things you copy and paste off of the internet for dumping into an actual SQL box.
$db->query("");
Although you may need to play around with your backticks etc versus things you copy and paste off of the internet for dumping into an actual SQL box.