create table `users` (
  `id` DATETIME
);
insert into `users` (`id`) values (CURRENT_TIME);
-- insert into `users` (`id`) values (14.3265);
-- insert into `users` (`id`) values (44.999);

-- select * from `users`;
select DAY (CURRENT_DATE);

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: