return'SELECT '+query['select']+' FROM '+query['from']+' WHERE '+query['where']
return'SELECT '+query['select']+' FROM '+query['from']+' WHERE '+query['where']
raiseConfigurationException('The query must be a string or a dictionary containing an key sql that has a string value or a dict containing the keys select, from and where')
raiseConfigurationException('The query must be a string or a dictionary containing an key sql that has a string value or a dict containing the keys select, from and where. Encountered {}'.format(type(query)))