Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. Insert Into VoterLookupDetail
  2. (VoterID, LastName, FirstName, MiddleName, Suffix, DriverLicCard, RegistrationDate, BirthDate, PartyCode, EthnicityCode, Gender, Status,
  3. StreetAddress, HouseNo, PartialHouseNo, State, StreetName, PreDir, StreetType, PostDir, SubLocation, Zip5, Zip4, CityCode, SecureAddr,
  4. PhotoIDRequired, PhotoIDProvided, StateVoterID, VoteType, VoteDate, AbsDate, AbsDateReturned, AbsStatus, ChallengedVoter, NeedHelp, UndeliveredMail,
  5. BallotStyle, Eligible, IneligibleCode, Comments, BirthYear,
  6. MailingAddress1, MailingAddress2, MailingCity, MailingState, MailingZip, MailingCountry, LastChgDt, LastChgSystem, LastRecordChangeDate, ProvCount,
  7. PhoneNumber, EmailAddress, CountyCode, PrecinctID, x)
  8. Select VoterID, LastName, FirstName, MiddleName, Suffix, DriverLicCard, RegistrationDate, BirthDate, PartyCode, EthnicityCode, Gender, Status,
  9. StreetAddress, HouseNo, PartialHouseNo, State, StreetName, PreDir, StreetType, PostDir, SubLocation, Zip5, Zip4, CityCode, SecureAddr,
  10. PhotoIDRequired, PhotoIDProvided, StateVoterID, VoteType, VoteDate, AbsDate, AbsDateReturned, AbsStatus, ChallengedVoter, NeedHelp, UndeliveredMail,
  11. BallotStyle, Eligible, IneligibleCode, Comments, BirthYear,
  12. MailingAddress1, MailingAddress2, MailingCity, MailingState, MailingZip, MailingCountry, LastChgDt, LastChgSystem, LastRecordChangeDate, ProvCount,
  13. PhoneNumber, EmailAddress, CountyCode, PrecinctID, -1 From EPB_TrainingRecords ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement