Kamis, 11 September 2014

Data Siswa Term yang sudah lewat siswa Pamulang

select sth_num,std_name,std_add1,std_add2,std_add3,sth_course,sth_day,sth_time,s
th_room,sth_paid,sth_pay,std_phone,std_hp from stdmst,stdacdh where std_code=sth
_num and sth_term='1203' /

Rabu, 10 September 2014

Select Data Surakarta

lines 0
select std_code,std_name,std_add1,std_add2,std_add3,std_phone,std_hp,std_bplace,
std_bdate,sta_course,sta_day,sta_time,sta_room from stdacd,stdmst where std_code
=sta_num and sta_term='1403' /

Select No Telp for sms Pramuka

lines 0
select std_hp,std_name,sta_course from stdmst,stdacd where std_code=sta_num and
sta_term='1403' and sta_pay>0 group by sta_course /

Update Payakumbuh

Update CBTRN Payakumbuh update cbtrn set ct_cash_code='8.01.10' where ct_cash_code='8.01.11' /