Members

View by Last Name: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Search by Name, Company, or Business Type:

Note - Past President denotes Past President;  Past Cahirman denotes Past Chairman of the Board

 
Name   
Company   
Florida Forklift Supply
Sep 2018
SGS Technologie
Web Design/Development
May 2011
Terry Vereen Plumbing
Plumbing
Dec 2012
LANDCO Properties, Inc.
Real Estate
Aug 2004
Volpe Management, LLC
Consulting
Feb 2002
CEO Service Bureau Inc
Dec 2021
NEFBA
Trade Association & Meeting Planners
Jun 2005
Page requested: /members/?last-name-search=V
Request Method: GET
Referrer: https://www.southsidebusinessmensclub.com/members?last-name-search=V
User Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Remote Address: 3.145.93.210
Request Time: 0.068498134613037 seconds

Console:

Query Log:

pdo:

SELECT
	users.id,
	users.approved,
	users.archived,
	UNIX_TIMESTAMP(date_joined) AS date_joined,
	month_dues_owed,
	UNIX_TIMESTAMP(date_dues_paid) AS date_dues_paid,
	email,
	first_name,
	middle_name,
	last_name,
	name_suffix,
	birth_month,
	birth_day,
	spouse_first_name,
	company_name,
	corporation,
	business_phone,
	business_phone_extension,
	residence_phone,
	cell_phone,
	fax,
	website,
	business_address_street,
	business_address_suffix,
	business_address_direction,
	business_address_suite,
	business_city,
	business_state,
	business_zip,
	residence_address_street,
	residence_address_suffix,
	residence_address_direction,
	residence_address_apartment,
	residence_city,
	residence_state,
	residence_zip,
	mail_to_residence,
	property_owner,
	engaged_in_business,
	sponsor,
	keywords,
	is_past_president,
	is_past_chairman,
	deceased,

	roles.id AS roles_id,
	roles.hidden AS roles_hidden,
	roles.developer AS roles_developer,
	roles.role AS roles_role,

	business_types.id AS business_types_id,
	business_types.name AS business_types_name,

	member_types_id,

	pictures.id AS pictures_id
FROM
	users
LEFT JOIN
	roles ON users.roles_id=roles.id
LEFT JOIN
	business_types ON users.business_types_id=business_types.id
LEFT JOIN
	pictures ON users.pictures_id=pictures.id
WHERE
	roles.hidden=FALSE AND UPPER(users.last_name) LIKE "V%"
ORDER BY
	users.last_name , users.first_name


pdo:


            SELECT
                GROUP_CONCAT(DISTINCT SUBSTRING(TRIM(last_name),1,1) SEPARATOR '') AS last_name_search_letters
            FROM users
            WHERE last_name != ''


pdo:

SELECT
	business_types.id,
	name
FROM
	business_types
	
ORDER BY
	business_types.name