diff --git a/dataherald/sql_generator/dataherald_sqlagent.py b/dataherald/sql_generator/dataherald_sqlagent.py index 12112519..b968db17 100644 --- a/dataherald/sql_generator/dataherald_sqlagent.py +++ b/dataherald/sql_generator/dataherald_sqlagent.py @@ -45,6 +45,7 @@ SQL_QUERY_INSTRUCTIONS = [ "The generated SQL query MUST use lower(column_name) LIKE '% entity %' notation for all of the string comparisons.", + "Add all of columns in the condition clause to the SELECT clause.", ]