INSERT INTO users (firstName,lastName,email,password,date,comments,randNumber) VALUES ('Bob','Dillon','bdillon22@xx.com',SHA2('bdill123!!',256),NOW(),'I am 22 years old',RAND())Success!