in reply to Re^3: What programming language do you hate the most?
in thread What programming language do you hate the most?

You are welcome to point me to a GUI or CGI application implemented exclusively in SQL.

;)

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Wikisyntax for the Monastery

  • Comment on Re^4: What programming language do you hate the most? (SQL)

Replies are listed 'Best First'.
Re^5: What programming language do you hate the most? (SQL)
by chacham (Prior) on Dec 02, 2017 at 19:15 UTC

    Heh. Creating the (text-based) UI is doable, waiting for results is not, as it is a query language. The extensions to the language (t-sql, pl/sql, etc..) make it more interesting, though.

    Fwiw, i once created a query to make an arrow shoot up the screen in a terminal. Not useful at all, but a fun way to learn the language and its extensions.