Php developers,Php Tutorials ,Web development, Web Developers, Php hosting, open-source,community
 
Serving the LAMP developers all over the word
LampDevelopers is a pure LAMP Developers community
Php developers,Php Tutorials ,Web development, Web Developers, Php hosting, open-source,community
LAMP Developers
   
   
   
   
   
   
Web Development
   
Developer / Programmer
   
Related Links
   
Member
   
Enter Keyword
Putting Data into a Table

Insert a record

mysql 4.1.16-nt-max> insert into

table01 (field01, field02) values (1, 'first');

Query OK, 1 row affected (0.00 sec)

Enclose entire list of field names between one pair of parentheses.
Enclose the values to be inserted between another pair of parentheses.
Commas are used between each field and between each value.
A space may be used after the comma between fields.

List all the records in a table

mysql 4.1.16-nt-max> select * from table01;

field01 field02
1 first

Excellent!

News
this is the news
this is the news this is the news this is the news....
openWYSIWYG 1.01 bet....
small description
Links