anneoctaaf
Programmer
In my database there is a datetime record. Now i only need the time from the database. Is there a sql function that can filter the time from my datetime record? I mean something like this:
SELECT time(value)
FROM Globals;
SELECT time(value)
FROM Globals;