Microsoft KB Archive/101592

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 10:14, 20 July 2020 by X010 (talk | contribs) (Text replacement - "<" to "<")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


Support for the AS Clause in RQBE

Article ID: 101592

Article Last Modified on 12/3/2003



APPLIES TO

  • Microsoft Visual FoxPro 3.0 Standard Edition
  • Microsoft FoxPro 2.5b
  • Microsoft FoxPro 2.5a
  • Microsoft FoxPro 2.0
  • Microsoft FoxPro 2.5b for MS-DOS
  • Microsoft FoxPro 2.5a



This article was previously published under Q101592

SUMMARY

There currently is no direct support for the AS clause in RQBE. However, you can use the AS clause in RQBE by using the field expression builder and using the following syntax:

[<alias>.]<select_item> AS <column_name>


NOTE: Whatever is placed in the quotation marks to the right of the AS expression cannot contain any spaces; otherwise, it will generate an error and/or undesired results. Instead of spaces, you can use underscores.


Additional query words: VFoxWin FoxDos FoxWin RQBE AS SELECT SQL

Keywords: KB101592