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   
TSG Law
Attorneys
Apr 2023
American Transmission, Inc.
Automobile Repair/Maintenance
Aug 2008
Investors Indemnity
Insurance
Jan 2023
Shimp Sign and Design, Inc.
Sign Companies
Oct 2012
Retired
Entertainment Services
Jul 1983
Florida Mortgage Corp
Mortgage Services
Sep 2017
Assign Commercial Group, LLC
Building Equipment & Supplies
Jan 2021
DeVore Capital
Roofing
Oct 2014
Retired
Retired
Sep 1996
American Transmission Auto Exchange
Automobile Repair/Maintenance
Apr 2019
Register Roofing & Sheet Metal Inc
Roofing
Aug 2022
First Federal Bank
Banking & Financial Svcs
Aug 2023
Brandon Stanko PA
Attorneys
Sep 2015
ECA Staffing Solutions
Business Organization
Jul 2018
Carpet Concepts, Inc.
Flooring
Oct 1981
Swearingen Appraisal Services
Appraisal/Home Inspection Services
Jun 2010
Page requested: /members/?last-name-search=S
Request Method: GET
Referrer: https://www.southsidebusinessmensclub.com/members?last-name-search=S
User Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Remote Address: 18.223.159.195
Request Time: 0.10233688354492 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 "S%"
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