We have SQL that includes unneeded white space within (square) brackets — a side effect of a dynamic SQL-generation process. For example:
SELECT AvailableLaborId = a.[AvailableLaborId ], UserNo = a.[UserNo ], ... FROM AvailableLabor a ...
Is there some way to have SQLinForm remove it? Under White Spacces [sic], Around Brackets is set to No Spaces, but neither that nor any other setting gets rid of the space within the brackets.

