select these 3 columns, I want to make them into a date. Something along
these lines:
SELECT (m_day, m_month, m_year) AS m_date
FROM myTable
Obviously that doesn't work, but is there a way to concatenate the 3 ints to
create a date in the select statement like that?
Cedric
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

