- SELECT
- Order By Rand
- Concat Fields
- Between
- Regexp
- If Null
- Union
- Replace
- Using Syntax
- Substring
- DATE
-
Get Date
- Date Format
- Today
- Month Day
- Date Parts
- ADMINISTRATION
- Foreign Key
- Foreign Key Disable
- Innodb
- Create Database
- Create Table
- Add Column
- Add Index
- Data Type
- Primary Key
- Errors
- Indexes
- Mysqldump
- Table Definition
MYSQL PAGES - LEVEL 3
Questions and answers:
Clink on Option to Answer
1. Get date from Unixtime ...
- a) SELECT {{FROM_UNIXTIME}}(1196440219);
- b) SELECT {{DATE}}(1196440219);
2. Get date from Datetime ...
- a) SELECT {{DATETIME}}('2003-12-31 01:02:03');
- b) SELECT {{DATE}}('2003-12-31 01:02:03');
