I have two mysql tables:
Table Works with columns: ID, WORK
Table Workers with columns: ID USER_ID WORK_ID STATUS
I need to select fields from Works with conditions like Workers.user_id=1 and workers.status=0 to get list of works assigned to worker and organize page navigation for such selection (for example, 10 works per page).
I know how to make requests with perl, it's rather architecture question. Can someone provide solution with sql requests example?
In reply to MySQL problems by Kirche
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |