sequence

0

GNU/Linux Command Sequences in the Bash Shell

http://bashshell.net

In addition to creating programming structures, you can also use the semi-colon to separate stand-alone commands that you want to execute from the same command entry. If you wanted to cd to a certain directory and then look at its contents, you could enter each command on its own line. Or, you could enter them both on the same line. This process is called command chaining.

Read more »
aweber's picture
Created by aweber 13 years 19 weeks ago – Made popular 13 years 19 weeks ago
Category: Beginner   Tags:
0

[Tip] PostgreSQL Tip of the Day - mass modification of sequences

http://blog.credativ.com

Someone posted a dilemma to the pgsql-sql list today that involved many if not all of his sequences getting out of sync with their respective "serial" columns. In other words, something like "SELECT max(id) FROM sometable" yields 42, but the sequence nextval for sometable.id is currently set to 36. This is obviously bad (for reasons left as an exercise for the reader).

Read more »
credativ's picture
Created by credativ 13 years 41 weeks ago – Made popular 13 years 41 weeks ago
Category: High End   Tags:
0

Brain Teaser: Seemingly Random Number List Selection

http://linuxshellaccount.blogspot.com

What equation, or factor, determines the most econimical 3 digit match lists from our list of 56 lists?

Read more »
eggixyz's picture
Created by eggixyz 15 years 32 weeks ago – Made popular 15 years 32 weeks ago
Category: Beginner   Tags:

Best karma users