Mega Code Archive
Search
.Net
ASP .Net
ASP .Net Tutorial
C#
C# Book
C# by API
C# Tutorial
VB.Net
VB.Net by API
VB.Net Tutorial
Visual C++ .Net
VisualBasic Script
Java
Java
Java Book
Java by API
Java Tutorial
Script
Flash ActionScript
Flex
JavaScript DHTML
JavaScript Reference
JavaScript Tutorial
Database
MSSQL
MSSQL Tutorial
MySQL
MySQL Tutorial
Oracle PLSQL
Oracle PLSQL Tutorial
PostgreSQL
Languages
Android
C
C Tutorial
C++
C++ Tutorial
Delphi
Perl
PHP
Python
Python Tutorial
Ruby
Silverlight
Office
MSOfficeExcel 2007 Tutorial
MSOfficePowerPoint 2007 Tutorial
MSOfficeWord 2007 Tutorial
Data
XML
XML Tutorial
MySQL Tutorial
Introduction 18 codes
Home
MySQL Tutorial
Introduction
1 ! MySQL-specific code
2 A command normally consists of an SQL statement followed by a semicolon
3 A simple multiple-line statement
4 Connecting To Your Database
5 Database, table, index, column, and alias names are identifiers
6 From a -- sequence to the end of the line
7 From a # character to the end of the line
8 Keywords may be entered in any lettercase
9 Operator
10 Operator precedences
11 Prompts and their meaning
12 The Most Important mysql Commands
13 This syntax allows a comment to extend over multiple lines not be on the same line
14 To cancel the command
15 To override this order and group terms explicitly, use parentheses
16 To test whether a connection can even be made, execute the command STATUS
17 You can enter multiple statements on a single line and end each one with a semicolon
18 You can use mysql as a simple calculator