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 bkrike 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: *

  • Users: chajadan
  • Content: Threads
  • Order by date
  1. chajadan

    removing table defaults

    Often times, when I create a table, I supply a default: "create table thisone (field1 int default 0, field2 char(2) default 'ed')" etc... But at any point if I want to remove a field that I put a default on I get an error. Here's what I'd get if I tried to removed field2: "The...

Part and Inventory Search

Back
Top