Skip to content
Advertisement

Tag: sql-limit

Where to place limit clause?

I am trying to place a limit clause on the database query to only show the first 4 results. The current code I am working with is $categories_query = “select c.categories_id, cd.categories_name, …

Advertisement