You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Join two database tables with a UNION, but show which are which with asterisks
select yes_no, '*' as 'write in', '*' as cid, uid from ucdelection_referendum_vote
UNION
select '*', writein_text, cid, uid from ucdelection_vote where uid = 1;