Do not allow an ORDER BY on the same column Default: Some databases do not allow ORDER BY's with the following syntax:
SELECT * FROM TABLE ORDER BY 1,1
PhpLens automatically does a sort when you click on a column title by modifying SQL ORDER BY's. This hint will help prevent SQL errors from occuring. Basic:Yes Advanced/Enterprise:Yes DynamicEdit:Yes [Version 1.0]
|