I see from the documentation how to use PHP to pull a given user's avatar.
Is it possible to do this direct with SQL? I have an SQL query which will bring in a User ID.. can I create a column in my SQL result set that would contain the appropriate <img src=> avatar html code hyperlinked to that user's profile page?
Thanks!