|
If I do that, is it okay to run 2 sql querys on the same page? I've not done that before.
What I have done so far is:
"SELECT annuityID, insComp, annName, intRate AS reg_annuityID, reg_insComp, reg_annName, reg_intRate FROM tbl_bestpick"
it errors out. obviously I'm not doing this right.
Even if I do get that to work what do I do for the other table? Just put another Select statement in?
Last edited by ucmeicu : 11-21-2006 at 11:21 AM.
Reason: typos
|