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 Mike Lewis 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. Jblain22

    Date Time

    I am sorting through a few pages of Perl-cgi and am curious about a section of date-time code. I f this code was used to create a flatfile would it be created at 12:00 am $mday = $mday - 2; $date = "\"$month/$mday/$year\"";
  2. Jblain22

    Denied

    does this just mean that I dont have access to make changes Alter command denied to user:
  3. Jblain22

    alter a field

    This gave me the syntax error syntax error near unexpected token `char(1'
  4. Jblain22

    alter a field

    I need to change a field in a mysql table table name hr_data column name Reason4Leaving1 right now the column is char(30) and I need it to be char(100) This is what I have tried and it throws a syntax error: Alter table hr_data modify Reason4Leaving1 char(100)

Part and Inventory Search

Back
Top