Skip to content
Snippets Groups Projects
Commit ce5be62f authored by Andy Yates's avatar Andy Yates
Browse files

Used the wrong statement

parent f010f65b
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ JOIN analysis a using (analysis_id)
WHERE df.density_type_id IS NULL
AND a.logic_name =?
SQL
$helper->execute_update(-SQL => $sql, -PARAMS => [$logic_name]);
$helper->execute_update(-SQL => $left_join_sql, -PARAMS => [$logic_name]);
}
## Checks if the analysis already exists in the database
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment