0
Reply

SQL SERVER VS SQLITE QUERY

Ask a question
Does this query work in SQL lite also or it need modification 
 
 
This below Query Works in SQL but in SQLITE it is not please assists me  
com.CommandText = "SELECT MAX(DocumentCode) AS DocumentCode FROM DocumentsHeader WHERE (DocumentCode LIKE @DocumentCode + '%')";