Home
SQL / MySQL
Aggregate Functions
Backup Load
Command MySQL
Cursor
Data Type
Database
Date Time
Engine
Event
Flow Control
FullText Search
Function
Geometric
I18N
Insert Delete Update
Join
Key
Math
Procedure Function
Regular Expression
Select Clause
String
Table Index
Transaction
Trigger
User Permission
View
Where Clause
XML
Prepare command : PREPARE « Command MySQL « SQL / MySQL
SQL / MySQL
Command MySQL
PREPARE
Prepare command
PREPARE S1 FROM
'SELECT * FROM TEAMS'
; EXECUTE S1;
Related examples in the same category
1.
Pass value to sql with prepare
2.
Pass two value to prepare