select * from myVIew where type=3 LIMIT 10;
Limit
zou na where clause
moeten staan .
Syntaxis:
SELECT column_name(s)
FROM table_name
[WHERE]
LIMIT number;
select * from myVIew where type=3 LIMIT 10;
Limit
zou na where clause
moeten staan .
Syntaxis:
SELECT column_name(s)
FROM table_name
[WHERE]
LIMIT number;