Friday, February 25, 2011

[ How to ] Creating good feeling everyday [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 my luvly nabila and U :D
*this is just for fun! :P

0 comments:

Post a Comment

 

About Me

My Photo
just4shareIT
Just4ShareIT is my way to share what i know and what i did.Hope u can get somethings from my notes on this blog..
View my complete profile

Statistic

free counters Ping your blog, website, or RSS feed for Free Free web Counter Log Counter powered by  http://www.myusersonline.com

Followers

Just4shareIT Copyright © 2011 | Powered by Blogger