/t5/dreamweaver-discussions/filter-based-on-repeat-region-value/m-p/605604#M104122Feb 18, 2007
Feb 18, 2007
Copy link to clipboard
Copied
cdembek wrote:
> I have a repeat region which outputs a list of lessons.
Each lesson has a set
> of details.
>
> I have 2 record sets
You should join the tables to create a single recordset.
--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/
/t5/dreamweaver-discussions/filter-based-on-repeat-region-value/m-p/605606#M104124Feb 19, 2007
Feb 19, 2007
Copy link to clipboard
Copied
cdembek wrote:
> Thanks for info.. I am going to do a search to learn
more about joining tables
>
> Any chance you can provide an example??
The syntax for joining tables depends on which database
you're using.
However, a simple example is this:
SELECT * FROM table1, table2
WHERE table1.id = table2.id
--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/