An SQL 92 question

  • From: Charles_Davis@xxxxxxx
  • To: programmingblind@xxxxxxxxxxxxx
  • Date: Mon, 3 Dec 2007 08:40:19 -0500

Just a quick SQL question:

I am using Borland's Interbase which apparently implements a subset of 
SQL-92.  I am trying to have the output contain certain control characters 
(for formatting).  Interbase has a user_defined function called 
ASCII_CHAR(), but that apparently cannot be used in the SELECT clause.

I discovered that I can insert CRLFs by doing:

Select '
'

But I cannot figure out how to insert form feeds.

Thanks for the help.

Regards,
Charles Davis


Other related posts: