I am a sql plus newbie. I am very familiar with SQL Query analyser, but am finding a great deal of difficulty with SQL Plus. How can I get a simple query to run?
I want
select * from customer_data where number_of_accounts > 10
when I type this into sqlplus and press enter, the next line just shows 2, if I press enter I get a 3. What am I doing wrong?
Thanks,
Alan
I want
select * from customer_data where number_of_accounts > 10
when I type this into sqlplus and press enter, the next line just shows 2, if I press enter I get a 3. What am I doing wrong?
Thanks,
Alan