Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: Simplifying db queries

Re: Simplifying db queries

From: cruiserweight <bayon86_at_yahoo.com>
Date: 2 Mar 2005 03:44:09 -0800
Message-ID: <1109763848.992331.251790@o13g2000cwo.googlegroups.com>


Sorry. The MySQL (MyISAM) table structure looks like:

creator   	tinyint(2)
docName  	tinytext
year  		smallint(4)
month  		tinyint(2)
week  		tinyint(1)
dateCreated  	datetime
lastModified  	datetime

creator is a two digit user code for whomever created the record. docname is the name of the excel spreadsheet, which is what the main purpose of the db is. Is that enough? Received on Wed Mar 02 2005 - 05:44:09 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US