Questions tagged [logical-grouping]

4 questions
3
votes
3 answers

PHP/MySQL group results by column

in order to keep as few SQL statements as possible, I want to do select set from MySQL: SELECT * FROM products WHERE category IN (10,120,150,500) ORDER BY category,id; Now, I have list of products in following manner: CATEGORY - product 1 -…
Adam Kiss
  • 11,811
  • 9
  • 48
  • 81
2
votes
1 answer

Logical grouping schemas in ORACLE?

We are planning a new system for a client in ORACLE 11g. I've been mostly in the Sql Server world for several years, and am not really current on the latest ORACLE updates. One particular feature I'm wondering if ORACLE has added in by this point…
eidylon
  • 7,068
  • 20
  • 75
  • 118
1
vote
0 answers

how to compute the follow-position of a regular expression(R.E) from a parse tree

I was computing the follow position of a regular expression R.E = (a|b)*abb by using these algorithms. From given algorithm by using second property i found a problem and can not get the answer. How can be the i is a position in lastposition(n)…
1
vote
3 answers

Grouping Files in Project Explorer in Eclipse

I am newbie to Eclipse, I am planning to use it for AVR development with WinAVR and gcc. The feature I am looking for is the grouping of different files in the project, like all headers together, all source files together and all files excluded from…
Adarsha
  • 2,267
  • 22
  • 29