Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lanewho

    syntax error help with create table

    New error CREATE TABLE `tblUsers` (`UserID` MEDIUMINT(7) UNSIGNED NOT NULL AUTO_INCREMENT, `FirstName` TINYTEXT(25) UNSIGNED NOT NULL, `LastName` TINYTEXT(30) UNSIGNED NOT NULL, `Email` TINYTEXT(40) UNSIGNED NOT NULL, `Street` TINYTEXT(40) UNSIGNED NOT NULL, `City` TINYTEXT(25) UNSIGNED DEFAULT...
  2. lanewho

    syntax error help with create table

    I am trying to create a user's table but got the following error. What is it that is wrong? Also I'm new to mysql, what is the difference between binary and unsigned? Thanks for the help CREATE TABLE `tblUsers` (`UserID` MEDIUMINT(7) BINARY NOT NULL AUTO_INCREMENT, `FirstName` TINYTEXT(25)...

Part and Inventory Search

Back
Top