in reply to Re^3: s/Perl/SQL/ ?
in thread s/Perl/SQL/ ?
To nit-pick, != is not standard SQL. <> is. And ANSI SQL has substring(string FROM idx FOR len), as opposed to substr(string, idx, len)
Anyway, good work on the rewrite. I tried it myself and ended up with a similar statement (albeit with a few extra tables).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: s/Perl/SQL/ ?
by roboticus (Chancellor) on Sep 10, 2012 at 22:33 UTC |