Jumat, 04 Oktober 2013

PHP Indonesia - Facebook: union

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/ 
Marketing Mobile Apps

This online course focuses on marketing efforts that will increase your app's exposure and establish a mobile app marketing plan. Enroll today for $99.
From our sponsors
union where order by dgabung bisa gak?
Oct 4th 2013, 09:42, by Elfri Irfle

Elfri Irfle 9:42am Oct 4
union
where
order by dgabung bisa gak?

Indra S Kazekage 9:43am Oct 4
coba aja :D
klo nanya gimna, bawah ane lebih tau , hhe

Farid Hidayat 9:45am Oct 4
Bisa

Elfri Irfle 9:48am Oct 4
(
SELECT id_guru as pengunjung, tanggal_guru AS tgl
FROM tb_kunguru
where tgl = now()
)
UNION all(

SELECT id_siswa as pengunjung, tanggal_siswa AS tgl
FROM tb_kunsiswa
where tgl = now()
)
order by tgl asc

==================
ud bsa tp mugnkin ada cara yg lebih praktis dari itu ?

Hendro Suprayitno 9:51am Oct 4
union(bawang)
where(dimana)
order(pesan)
kalau digabung bawang pesannya dimana ya???
just guyon

Ardian Adja 9:51am Oct 4
yupz bisa,,

Elfri Irfle 9:52am Oct 4
apa query ane ud optimal kyk gt? tuh where pa mesti dtulis 2 kali kyk gt?

Gunawan Mujur Wibisono 9:53am Oct 4
gw baru tau.. ternyata orde by bisa pake 2 perintah
order by nama, umur, kelamin

Ardian Adja 9:56am Oct 4
SELECT id_guru as pengunjung, tanggal_guru AS tgl, id_siswa as pengunjung, tanggal_siswa AS tgl
FROM tb_kunguru, tb_kunsiswa
WHERE tb_kunguru.tgl = now() AND tb_kunsiswa.tgl = now()

Elfri Irfle 10:02am Oct 4
tp ane emg btuh outputnya 2 field (kolom) :
pengunjug & tgl
makax ane gabungin pake union gan Ardian Adja

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