How to select 5 records(including username, first_name, last_name,
contact) for each user in the database?

table user(
        id,
        username,
        first_name,
        last_name
)

contact(
        id
        id_user //id from user table 
        name
)

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to