Server Error in '/' Application.

Incorrect syntax near '='.
Incorrect syntax near the keyword 'From'.
select * from ( Select ROW_NUMBER() over ( order by PersonId desc )  as Row, From Person_View Content_GeneralID=21 ) as a    where Row between (0) and ( 10) for XML RAW

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ServiceModel.FaultException: Incorrect syntax near '='.
Incorrect syntax near the keyword 'From'.
select * from ( Select ROW_NUMBER() over ( order by PersonId desc )  as Row, From Person_View Content_GeneralID=21 ) as a    where Row between (0) and ( 10) for XML RAW

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[FaultException: Incorrect syntax near '='.
Incorrect syntax near the keyword 'From'.
select * from ( Select ROW_NUMBER() over ( order by PersonId desc )  as Row, From Person_View Content_GeneralID=21 ) as a    where Row between (0) and ( 10) for XML RAW]
   System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +14508071
   System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +403
   TolueShop.DynamicServiceReference.IDynamicService.Show_List_ByMenuID(String username, String password, Int32 MenuID, Int32 pagelenth, Int32 order_column, String order_dir, Int32 startRecord, String condition) +0
   TolueShop.DynamicServiceReference.DynamicServiceClient.Show_List_ByMenuID(String username, String password, Int32 MenuID, Int32 pagelenth, Int32 order_column, String order_dir, Int32 startRecord, String condition) in C:\Users\tolue\Source\Workspaces\TolueShop\Service References\DynamicServiceReference\Reference.cs:348
   TolueShop.Page.Content.Page_Load(Object sender, EventArgs e) in C:\Users\tolue\Source\Workspaces\TolueShop\Page\Content.aspx.cs:111
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4494.0