Results 1 to 2 of 2

Thread: E-mail field (Mysql)

  1. #1
    caiovic is offline Member
    Join Date
    May 2010
    Posts
    8

    Question E-mail field (Mysql)

    Good afternoon everyone,

    I have a doubt ..
    In sugar, I use LDAP authentication, and then see all the information of my users ..
    I wonder if you know which table and column of the database (mysql) suck it saves the user's email field.

    Thanks!


  2. #2
    kurt.maderal is offline Senior Member
    Join Date
    Jun 2009
    Posts
    66

    Default Re: E-mail field (Mysql)

    Hi,

    Try checking this query:

    select * from users U
    left join email_addr_bean_rel ABR on U.id = ABR.bean_id
    left join email_addresses EA on EA.id = ABR.email_address_id



    Regards,

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 13
    Last Post: 2010-12-03, 11:17 AM
  2. Campo E-mail (Mysql)
    By caiovic in forum Portugese
    Replies: 1
    Last Post: 2010-05-18, 11:18 AM
  3. Replies: 0
    Last Post: 2008-07-02, 10:11 PM
  4. Bug Mysql 4 vs 5 ? custom field
    By fredouil in forum General Discussion
    Replies: 0
    Last Post: 2006-02-20, 06:44 PM
  5. id field in mysql tables
    By skewty in forum Help
    Replies: 4
    Last Post: 2005-07-10, 05:40 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •