资讯

Hello, I need help with a Oracle SQL query. I have two tables, with data similiar to the following: One 'student' table with a date that the student registered and one 'semester' table with ...
DATEDIFF is a common function in the SQL Server to find the number of days between two dates. Oracle offers its own solution, although does not have the DATEDIFF function.