connell-class / revassess

this is a trial repo for making a template for the revature assessment
2 stars 11 forks source link

tier3/test1: SQL query does not work with Oracle DB 12.1 #19

Closed flacks closed 4 years ago

flacks commented 4 years ago

Describe the bug select * from abs(-10) is not a valid query on Oracle DB 12.1.

To reproduce Steps to reproduce the behavior: Run Answer1Tests.java after creating a new user on the database, or run select * from abs(-10) from a console directly on the database.