Guest User

Untitled

a guest
Aug 15th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Can I treat Varbinary and bytea fields equivalently?
  2. INSERT INTO messages(userID, userName, userRole, dateTime, ip, text)
  3. Values('21212111','bot','4',NOW(), inet_pton($ip), 'hi');
  4.  
  5. SELECT userID, userName, userRole, channel ,ip FROM table
Add Comment
Please, Sign In to add comment