portableSql
Database Portable SQL Function
Syntax
Database as C ()
Returns
- resultCharacter
Returns the current database name for the SQL query.
Description
Returns the current database name.
Discussion
The Database function the current database name for the SQL query.
AddHoursToDateTime() function executed on the Northwind MySQL database
SELECT FIRST 1 Database() AS Expr1 FROM Customers =northwind