Tag Archives: mysql

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

Posted in sql | Tagged , , | Comments Off on Mirosoft SQL Server vs. MySQL Server