Voting

: min(eight, three)?
(Example: nine)

The Note You're Voting On

eth0 at fins
23 years ago
Please remember that if you have for example a table Customers with "cust_ID", "name" and "address" and another table Users with "u_ID","name" and "other" and then you SELECT WHERE cust_ID=u_ID then you'll get in the result array ONLY ONE "name" field, precisely the last one resulted from the select!!!

<< Back to user notes page

To Top