Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

SQL is great for a very specific job: talking to a database. If you try to do anything else in it, you end up in a horrible mess (e.g. cursors).

Luckily, people rarely try to do anything difficult in SQL, because they are using another language and dropping into SQL to talk to their database. This can lead to inefficient code, depending on the API/SQL engine, but it means people end up with sane code (unless their other language is PHP, of course.)



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: