I am getting Error when trying to execute this query or when it works it does not take the value of date in account. Can someone tell me how to write this correctly?I pass value of date when i call the function.
def get_Value(connection,date):
query = """SELECT *
FROM Tests
WHERE Date > 'date';"""