Pages

Creating good feeling in ur self (*joke)

okay my friends, today i just wanna share n show u how to create good feeling every day,
u just follow me step by step, ok?
ok, let me show u :P
Prepare :
1. Connection
2. A cup of Coffe :P
3. Motivation from SomeOne :)

ok, lets start ;

myself>create database heart;

myself>show databases;
+--------------------+|
Database
|+--------------------+|
| information_schema |
| heart |
| myself |
+--------------------+
3 rows in set (0.00 sec)

myself>use heart;
Database changed

myself>create table everyday (
-> id char(5) NOT NULL PRIMARY KEY,
-> feeling varchar(12),
-> description varchar(200));
Query OK, 0 rows affected (0.01 sec)

myself>describe everyday;
+-------------+--------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-------------+--------------+------+-----+---------+-------+
| id | char(5) | NO | PRI | NULL | |
| feeling | varchar(12) | YES | | NULL | |
| description | varchar(200) | YES | | NULL | |
+-------------+--------------+------+-----+---------+-------+
3 rows in set (0.00 sec)

myself>insert into everyday values ('1','Good Day','This is a good for me coz i wanna make her happy and feeling good always ;)');
Query OK, 1 row affected (0.00 sec)

myself> select * from everyday;
+----+----------+----------------------------------------------------------------+
| id | feeling | description |
+----+----------+----------------------------------------------------------------+
| 1 | Good Day | This is a good for me coz i wanna make her happy and feeling good always ;) |
+----+----------+----------------------------------------------------------------+
1 row in set (0.01 sec)

myself> To Be Continued :D

ok, i hope we can continue it in other chance n time :D
hope u know and get something usefull from this lesson :P
thank you very much for your attention,
forgive all my fault n fool, see u..
bye bye..

Thank for SomeOne Spesial and U :D
*i hope she know it :P

NB: this is just for a joke only,

No comments:

Post a Comment

Silahkan tuliskan komentar Anda tentang Artikel di atas.
Trimakasih sebelumnya dan Semoga bermanfaat...
amiin.. ^_^