This is a discussion on Queries with multi tables ? within the MySQL Database forums, part of the Database Forums category; Hi, i'd like to work with php and mysql and i'm looking for samples of quieres with multi-...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
i'd like to work with php and mysql and i'm looking for samples of quieres with multi-tables (find, add row, delete, update, etc...). Does anybody can tell me where is possible to find explanations, download examples, etc... Thank you for your help. VR |
|
|||
|
V.R wrote:
> Hi, > > i'd like to work with php and mysql and i'm looking for samples of > quieres with multi-tables (find, add row, delete, update, etc...). > > Does anybody can tell me where is possible to find explanations, > download examples, etc... > > Thank you for your help. > > VR > > are you looking for table joins or handling multiple tables in a single transaction? google mysql table join -- Michael Austin. |
|
|||
|
"Michael Austin" <maustin@firstdbasource.com> a écrit dans le message de news: p_23h.1508$r12.463@newssvr12.news.prodigy.com... > V.R wrote: > >> Hi, >> >> i'd like to work with php and mysql and i'm looking for samples of >> quieres with multi-tables (find, add row, delete, update, etc...). >> >> Does anybody can tell me where is possible to find explanations, >> download examples, etc... >> >> Thank you for your help. >> >> VR > > are you looking for table joins or handling multiple tables in a single > transaction? > > google mysql table join > > -- > Michael Austin. Thanks for your reply. I'm first looking for handling multiple tables in a single transaction and maybe after table joins... ! |