--- Paul DuBois <[EMAIL PROTECTED]> wrote:
> At 11:38 -0500 7/10/03, Keith Hamilton wrote:
> >Hello,
> >
> >     Is there a way to pull all updated records without having a date
> >field in each record?
> >-- Keith

Can't you just do:

select field from table where datefield > somedate;

That way the date field won't be displayed in the output.

I think that will work,
Ryan

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to