Search results

  1. J

    Group Concat equivalent?

    Can anyone tell me how to perform the equivalent of a Group Concat function in Progress SQL? I want to get a concatenation of multiple records into a single record. For example, this SQL produces a set of data SELECT data1 FROM table1 WHERE data2=True +-------+ | data1 | +-------+ | somet | |...
  2. J

    Group Concat equivalent?

    erased !
  3. J

    Insert multiple records with a single call

    I can't believe this hasn't been asked before but I've searched and haven't found anything on this topic. I'm just starting with OpenEdge 10.0B03 and I'd like to insert multiple records with a single insert statement like I do in MySQL In MySQL I can do the following, Insert Into Tablename...
Back
Top