RE: [PHP] Doubts With Select Queries

2003-12-03 Thread Jay Blanchard
[snip] What if within these 30 days, student John actually decided not to withdraw anymore and to continue to study in the school? Is there any way whereby I can set the status to "0" again n then John will not be deleted from the DB?? Wonder if this would be possible??>? [/snip] Yes, it is poss

Re: [PHP] Doubts With Select Queries

2003-12-03 Thread irinchiang
On Wednesday 03 December 2003 17:30, [EMAIL PROTECTED] wrote: > Having some doubts with sql select queries here : > > Right now, I have a "student" and a "withdraw" tables. > For example, when student "John" has withdrawn, his name will be inserted > into "withdraw" table but John's record

Re: [PHP] Doubts With Select Queries

2003-12-03 Thread Jason Wong
On Wednesday 03 December 2003 17:30, [EMAIL PROTECTED] wrote: > Having some doubts with sql select queries here : > > Right now, I have a "student" and a "withdraw" tables. > For example, when student "John" has withdrawn, his name will be inserted > into "withdraw" table but John's record will b