News

connect-statement-arguments specifies arguments that indicate whether you can make multiple connections, shared or unique connections, ... specifies the DBMS-specific arguments that are needed by PROC ...
So I wanna sort something like "The Who" or "The Grateful Dead" by 'W' and 'G', respecively. How does one accomplish this? I tried using a function in the ORDER BY clause, but SQL syntax doesnt ...