Re: linking columns

2001-07-02 Thread Sebastiaan J.A. Kamp
' database content is bogus... Regards, Sebastiaan J.A. Kamp - Original Message - From: Daniel Leal [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 01, 2001 12:13 PM Subject: linking columns Hi everyone! I'm starting with mysql! I wish to know if it is possible to make

linking columns

2001-07-01 Thread Daniel Leal
Hi everyone! I'm starting with mysql! I wish to know if it is possible to make a table that has to columns linked by a mathematic expression. For example: My table is my_tbl; And it has three colums: column_1, column_2 and column_3; Every column have int or float values; And for example, I want

Re: linking columns

2001-07-01 Thread Bob Hall
Hi everyone! I'm starting with mysql! I wish to know if it is possible to make a table that has to columns linked by a mathematic expression. For example: My table is my_tbl; And it has three colums: column_1, column_2 and column_3; Every column have int or float values; And for example, I want