What is the ProgressDB equivalent to the MS SQL statement Select ID = '1'?

  • Thread starter Thread starter akousmata
  • Start date Start date
Status
Not open for further replies.
A

akousmata

Guest
When attempting to use a query I wrote against a Progress DB, I assumed I could use the following statement:

SELECT ID = '1'


That returns a syntax error, but it's perfectly normal syntax for MS SQL server.

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