Talk:IBM Business System 12

From Wikipedia, the free encyclopedia

From Hugh Darwen:

I'm delighted to see an entry for BS12. I just want to comment on the third paragraph of that entry. The text from the first comma to the end of the paragraph is inaccurate and should be struck out.

Regarding ISBL, BS12's choice of operators was heavily based on that prototype but its syntax was very different. For example, the natural join of T1, T2 and T3 is written as "T1*T2*T3" in ISBL, as "JOIN(T1,T2,T3)" in BS12. BS12 used prefix notation and key words exclusively, whereas ISBL used special characters and infix notation.

[edit] Rows?

Sayeth the article:

New tables can be created by inserting a row into TABLES, and then rows added to it by inserting into COLUMNS.

Uh, what? Don't you mean that columns can be added to it by inserting into COLUMNS? I haven't used BS12, so I'm not sure. I've made the change in the article, but please revert it if I'm mistaken. Neilc 22:52, 12 Aug 2004 (UTC)

[edit] SQL Example

Shouldn't there be a "GROUP BY d.Deptnum" in the SQL-Example just before "HAVING"?
O. Jacot-Descombes (talk) 18:37, 21 February 2008 (UTC)