SELECT statement

M

Matt

I have the following SQL statement, but I only want the
first 8 rows of this table, not all of them. can anyone
help??

Thanks in advance!!

SELECT medicine_code, med_name, med_name_sci,
med_name,_common
FROM medicine;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top