Jump to content

SQL Manager Error : "The LIMIT clause must contain numeric arguments"


Recommended Posts

Hello,

I'm trying to use the SQL Manager to list user details (first/last name, email and their country) but i would like the query to only return a certain amount of users.

But when i include the LIMIT clause, i get this error message : "The LIMIT clause must contain numeric arguments"

This is what my query looks like :

SELECT firstname, lastname, email, FROM ps_customer LIMIT 150

Any help is welcome :)

 

 

Link to comment
Share on other sites

  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...