-
Recent Posts
Archives
Meta
Tags
Daily Archives: January 2, 2011
Mirosoft SQL Server vs. MySQL Server
Note to self: Minor difference between the TOP command in MSSQL and MySQL equivalent. — MS-SQL / SQL-Server SELECT TOP 10 * FROM ExampleTable WHERE Active = 1 ORDER BY Id DESC — MySQL SELECT * FROM ExampleTable WHERE Active = … Continue reading