vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Sure, just issue your SELECT statement incorporating the LEFT JOIN or INNER JOIN syntax as you would any other SELECT statement and retrieve the results as you would with a simple SELECT statement. You can read more about the SELECT syntax for joins at http://publib.boulder.ibm.com/infoce...htm#HDRJOINTBL Here's an example of an INNER JOIN statement from that topic: SELECT * FROM J1 INNER JOIN J2 ON W=Y Dan Bodzek wrote: > Hi, > > Please let me know, Could I get data from DB2 using command SQL: LEFT JOIN > and INNER JOIN in web application PHP? > > Thanks > Marcin > > > |