[progress Communities] [progress Openedge Abl] Forum Post: Re: Inconsistency In Field...

  • Thread starter Thread starter gus
  • Start date Start date
Status
Not open for further replies.
G

gus

Guest
also, in SQL there is the concept of "delimited identifiers" (i.e names enclosed in quotes) to get around problems like that and also names that conflict with keywords. Using that idea, you would say DEFINE TEMP-TABLE "find" FIELD "Publisher(s)" as CHARACTER. and then you could say find "find" where "Publisher(s)" = "Laura".

Continue reading...
 
Status
Not open for further replies.
Back
Top