how to display only 4 records from a table based on a
condition
for ex
i have a table called products
in that nid,prodname are fields
i want to display only any 4 records of perticular product
plz tell me
Answer Posted / vigneshram
select nid, prodname from products limit 0,4
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is max connections in mysql?
What you can use regular expression for in mysql?
How we can get the current date in mysql?
Can we store files in mysql?
What is insert query in mysql?
What is ntext?
What is unsigned int in mysql?
What is a string in mysql?
Can mysql handle billions of records?
What is the data type for file in mysql?
How do I make an action query?
What is the difference between unix timestamp and mysql timestamp?
What are the two types of queries?
How we can see all indexes defined for a table in mysql?
What is mysql community server?