The #__user_notes table contains a state field. If you join this to your address table you would have duplicate columns unless you added an alias in your select statement SELECT ... state as us_state, ... - so probably best to use a unique field name rather one already widely used elsewhere.
Statistics: Posted by ceford — Sat Jan 27, 2024 8:37 pm