I'm new to mySQL, but like what I see so far.
I'm converting several databases from other products to mySQL 4.0.12 for
improved speed and reliability. But I'm having trouble with computed
columns. I don't see how to define them. Can't find it in the manual.pdf.

I need 2 computed columns, 1st takes the columns fName and lName and appends
them together with a space between. 2nd column, numDays, takes sDat
(contract start date) and eDat (end date) and calculates eDat-sDat+1.

Can someone please help me figure out how to define these columns.

Thanks.
Dave


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

Reply via email to