EMAIL PROTECTED]; [EMAIL PROTECTED]
Betreff: Sql Create a column the multiple of two other columns
Hi,
If this is trivial, please bare with me:
How do I alter a table in Sql to add a column
which is the multiple of two existing
columns:
A Table has columns a,b,c and I want to
add column d which will b
Hello!
James Foley wrote:
>Hi,
>
>If this is trivial, please bare with me:
>
>How do I alter a table in Sql to add a column
>which is the multiple of two existing
>columns:
>A Table has columns a,b,c and I want to
>add column d which will be b*c
>
>
>
AFAIK there is no way to automaically set
[in order to avoid the spam filter]
mysql
mysql
sql
[end avoid]
(this is a test, I've got the pips with the spam filter when I'm not a
spammer -- especially when MOST of the messages from this list register
above 3 on http://www.spamassassin.org/)
GRUMBLE
James Foley wrote:
>
> Hi,
>
> If
Hi,
If this is trivial, please bare with me:
How do I alter a table in Sql to add a column
which is the multiple of two existing
columns:
A Table has columns a,b,c and I want to
add column d which will be b*c
Many Thanks
Beginner
--