En Sql al momento de declarar SELECT name FROM customer LIMIT 5; | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

En Sql al momento de declarar SELECT name FROM customer LIMIT 5;

A quien de vosotros le funciona!? Yo puse el código pero no me reconoce LIMIT Y 5 sale con error agradezco ayuda gracias https://code.sololearn.com/cMK53IP56xnO/?ref=app

30th Nov 2018, 3:12 AM
David Cl
David Cl - avatar
2 Answers
0
Which dbms you're using Limit works in mysql, sqlite and some others in sql server and access they're use TOP Meanwhile oracle use ROWNUM
30th Nov 2018, 5:01 AM
Taste
Taste - avatar
0
This is one of those cases where different database engines have different implementation of the same functionality. See for details: https://www.w3schools.com/sql/sql_top.asp
1st Dec 2018, 7:14 AM
Tibor Santa
Tibor Santa - avatar