Sabtu, 02 November 2013

PHP Indonesia - Facebook: misi mastah" misal ane punya tabel id, title, teks...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Join Delanceyplace

Sign up to receive a free quote from a non fiction book every weekday.
From our sponsors
misi mastah" misal ane punya tabel id, title, teks...
Nov 2nd 2013, 12:24, by Muhammad Syaifulah

Muhammad Syaifulah 12:24pm Nov 2
misi mastah" misal ane punya tabel
id, title, teks
masing-masing nilainya
1, satu, gram
2, dua, kilo
3, tiga, centimeter
gimana ane cuman munculin data di no id 2 atau 3?

#untuktugas :D

Abu Masqon Sjueb 12:26pm Nov 2
select * from table where id=2

Ardha Herdianto 12:27pm Nov 2
select * from table where id=2 or id=3 ._.

Muhammad Syaifulah 12:28pm Nov 2
makasih mastah

Cahya Dsn 1:00pm Nov 2
//another approach:

SELECT *
FROM table
WHERE id IN(2,3)

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar