MySQL

42 articles about mysql development, tools, and best practices

LEN in MySQL

Coming from SQL Server or MS Access? You might be looking for LEN() to get the length of a string. In MySQL, it’s called LENGTH() instead.

You …

Read Article →

MSSQL Select Not Null

I mainly use MySQL these days, so get screwed over for a few minutes when I have to do something in MSSQL that is slightly different when it comes to …

Read Article →