Hi, I need help,
am trying to run a postgresql query in stata but it times out, i wanted to extend the run time but i couldnt, below is what i tried but it failed
local sql = "set statement_timeout ='1h';"
any assistance is highly appreciated
am trying to run a postgresql query in stata but it times out, i wanted to extend the run time but i couldnt, below is what i tried but it failed
local sql = "set statement_timeout ='1h';"
any assistance is highly appreciated
Comment