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   
Standard Feed and Seed, Inc.
Retail Stores
Nov 1996
Marlin Technology
Computer/IT/Network Services
May 2001
Eleven Atlantic
Banking & Financial Svcs
Jan 2008
City Rescue Mission
Health Care Services
Feb 2018
StormForce of Jacksonville
Roofing
Jun 2013
Wilkinson Garrard & Clements CPA's
Accounting Services
Aug 1987
DPS Jacksonville
Sign Companies
Sep 2019
SBMC Executive Secretary
Dec 2018
Insurance Marketing Partners of America,Inc.
Insurance
Sep 1978
Terry Vereen Plumbing, Inc
Plumbing
Dec 2012
Page requested: /members/?last-name-search=W
Request Method: GET
Referrer: https://www.southsidebusinessmensclub.com/members?last-name-search=W
User Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Remote Address: 18.191.157.186
Request Time: 0.091364860534668 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 "W%"
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