Tagged Questions
The select-until tag has no wiki summary.
5
votes
3answers
2k views
SQL: Select “until”
I'm looking for a way to select until a sum is reached.
My "documents" table has "tag_id" and "size" fields.
I want to select all of the documents with tag_id = 26 but I know I can only handle 600 ...
1
vote
1answer
567 views
Select from MySQL records that sums
I know there are a few post out here about selecting records until a certain number is met from the sum of one field but there isn't any that suits me. I'm using PHP and MySQL.
I have a table named ...
0
votes
2answers
139 views
how to resolve this shell script
Hi all:
i am learning shell programming from the very basics using the book called "beginning linux programming 4rd edition".Really confusing by this script talking about until clause
...