Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9187529
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T19:47:30+00:00 2026-06-17T19:47:30+00:00

when I try to run this query i get syntax error in last line,

  • 0

when I try to run this query i get syntax error in last line, this happend after I add the Limit and orderby :

DROP PROCEDURE IF EXISTS `SP_GetFilesInfo`;

CREATE DEFINER = `root`@`localhost` PROCEDURE `SP_GetFilesInfo`(pFileID varchar(20),pFileName varchar(100),pExrtention int,pParentID varchar(20),pSize int,pReferenceID int,pIndex int,pNumOfRec int)
BEGIN
SELECT  FileID,
                FileName,
                FilePath,
                Size,
                Exrtention,             
                ParentID,
                IsFolder,
                ModificationDate,               
                filesrefrences.ReferenceID,
                filesrefrences.RefrenceCount,
                filesrefrences.RefrenceKey
from filesinfo LEFT OUTER JOIN filesrefrences ON   (filesrefrences.ReferenceID = filesinfo.ReferenceID)

WHERE       (pFileID=-99 OR pFileID is NULL OR filesinfo.FileID=pFileID)
                AND (pFileName='' OR pFileName is NULL OR filesinfo.FileName LIKE CONCAT('%', pFileName,'%'))
                AND (pExrtention=-99 OR pExrtention is NULL OR filesinfo.Exrtention =pExrtention)
                AND (pParentID=-99 OR pParentID is NULL  OR filesinfo.ParentID=pParentID)               
                AND (filesinfo.ReferenceID= pReferenceID OR pReferenceID=-99 OR pReferenceID is NULL)
                AND (filesinfo.Size=pSize OR pSize=-99 OR pSize is NULL)  ORDER BY IsFolder DESC LIMIT 0;           
END;
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T19:47:32+00:00Added an answer on June 17, 2026 at 7:47 pm

    the value of LIMIT should be greater than 0 if duration (how many records to display) is not supplied

    ORDER BY IsFolder DESC 
    LIMIT 1;
    
    • Limit – MySQL Command

    if you have supplied a duration, the index of the first record on the result is zero, eg

    ORDER BY IsFolder DESC 
    LIMIT 0, 1;
    

    where 0 is the index and 1 is the duration

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I get this error FB is not defined when i try to run this
I get an error when I try to run the following query in LINQ
If I try to run this query in SQL Server 2005: SELECT 1 WHERE
When I try to run this code, I get incorrect maximums and minimums. Could
I'm getting this error when I try run DB:Rake : ** Invoke db:migrate (first_time)
When I try and run django, this is what I get: /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python manage.py runserver
Whenever i try to run sqlmetal, i get this: 'sqlmetal' is not recognized as
I get an error when I try to run a script that includes the
When I try to run this query in Access through the ODBC interface into
I run this query in mongo shell, and successful get result db.tablebusiness.find({ LongitudeLatitude :

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.