#MySQL #SQL #course
CREATE TABLE test(
my_date DATE,
my_time TIME,
my_datetime DATETIME
);
INSERT INTO test
VALUES(CURRENT_DATE(), CURRENT_TIME(), NOW());
SELECT * FROM test;
CREATE TABLE test(
my_date DATE,
my_time TIME,
my_datetime DATETIME
);
INSERT INTO test
VALUES(CURRENT_DATE(), CURRENT_TIME(), NOW());
SELECT * FROM test;
- Category
- Bro Code
- Tags
- MySQL course, SQL course, MySQL tutorial
Be the first to comment
Up Next
Autoplay
-
How Sam ai Doubled its Conversational AI Output using MySQL High Availability with MySQL HeatWave
by mysql 138 Views -
99.99% SLAs with MySQL High Availability - MySQL and HeatWave Summit 2024
by mysql 159 Views -
MySQL Community Edition at CERN - MySQL and HeatWave Summit 2024
by mysql 183 Views -
10 Tips for MySQL Performance Tuning - MySQL and HeatWave Summit 2024
by mysql 158 Views -
Keynote: MySQL State of the Dolphin - MySQL and HeatWave Summit 2024
by mysql 150 Views -
MySQL 101 - Episode 04 : Install MySQL Shell for Visual Studio Code (English)
by mysql 189 Views -
[MySQL Innovation Day Tokyo 2018] - MySQL Enterprise Security & Regulatory Compliance
by mysql 139 Views -
Episode-005 - Import JSON documents into MySQL Document Store using MySQL Shell.
by mysql 142 Views -
Faster Application Development for MySQL - MySQL and HeatWave Summit 2024
by mysql 139 Views -
MySQL High Availability and Disaster Recovery - MySQL and HeatWave Summit 2024
by mysql 192 Views -
How to Set Up WooCommerce Product Filters for Your Online Store
by hostinger 711 Views -
Best AI Content Writers in 2025: Our Top Picks
by hostinger 476 Views -
How to Set Up Email on Apple Mail in Minutes | Hostinger
by hostinger 515 Views -
How to Create a Professional Fitness Website With Ease
by hostinger 661 Views -
How to Host an Ark Server: Hostinger Tutorial
by hostinger 695 Views -
How to Build a Small Business Website | From Zero to Launch
by hostinger 637 Views -
10 Hobbies for Students That ACTUALLY Make You Money
by hostinger 710 Views -
SSH Connection Refused: 6 Methods to Fix It (Hostinger Tutorial)
by hostinger 634 Views -
How to Create a Business Website with AI | Fast & Easy!
by hostinger 641 Views -
How to Build a WordPress Website With AI
by hostinger 671 Views
Add to playlist
Sorry, only registred users can create playlists.


