Dear Gurus,
am running a competition and this is a scenario.
when a customer buys a card worth $1 he gets one entry and when he buys a card worth $2 he gets 3 entries and $5 gets 8 entries and so forth.
I have a two tables
customer table card_table
------------- -------------
customer_ID customer_ID, card_value, purch_date
how can I write a PL/sql program that will replicate entries that have a card more than $1.
John
am running a competition and this is a scenario.
when a customer buys a card worth $1 he gets one entry and when he buys a card worth $2 he gets 3 entries and $5 gets 8 entries and so forth.
I have a two tables
customer table card_table
------------- -------------
customer_ID customer_ID, card_value, purch_date
how can I write a PL/sql program that will replicate entries that have a card more than $1.
John