Viewing 15 posts - 196 through 210 (of 911 total)
I'm just hoping that Microsoft will get around to implementing the ANSI/ISO standard null first or last subclause that goes after the sorting direction. Since it applies column by column,...
December 7, 2020 at 4:07 pm
The case expression returns a value of a particular data type. In your example, you're sorting on a numeric, without regard to what the original column was. This would seem...
December 7, 2020 at 3:54 pm
The ANSI/ISO standards specify an extra clause that goes after the order of the sort (ASC | DESC) which will let you decide the order of the nulls within that...
December 3, 2020 at 9:47 pm
You missed one of the most fundamental, concept of RDBMS. A column models a particular attribute inside of the declaration of a particular set of entities. They do not magically...
December 2, 2020 at 6:37 pm
There is another calendar format is used in the Scandinavian countries and has an ISO standard. It looks like "yyyyW[0-9][0-9]-[1-7]" the W is a number between 01 and 52 or...
November 30, 2020 at 5:42 pm
I remember the safety rules about always hiring C programmers and UNIX systems guys in pairs. Force them to work as a team. That way if one died or quit,...
November 30, 2020 at 4:32 pm
>> would hate having to be the DBA going to a place that Celko had designed / created. What a nightmare of missing leading zeros or added leading zeros that...
November 29, 2020 at 9:07 pm
>> Completed script.<<
Why not start with learning how to write DDL? I've always felt that 80 to 90% of the work in SQL is in declaring your data properly and...
November 28, 2020 at 7:24 pm
We used to have people who did what was called job secure programming. The code they produced was virtually impossible to read. My favorite, when I worked in the state...
November 28, 2020 at 5:31 pm
>> For some reason, you insist that COBOL controls everything. <<
Not controls, but influences it. Strongly. Are you still using the Latin alphabet?
>> I don't remember Dr. Codd ever mentioning...
November 23, 2020 at 8:14 pm
Just some remarks about the way you write SQL. The use of the affix "tbl" is a design flaw called a tibble. It violates the rule about mixing data and...
November 23, 2020 at 7:55 pm
Every chart of accounts I have ever seen uses a hierarchical encoding scheme. I'm going to assume you've been to all library and seen the Dewey Decimal Classification codes for...
November 23, 2020 at 4:37 pm
>> Actually most people had separate keypunch operators, it was very rare for a developer to punch his own cards: he/she would be too slow at it and thus use...
November 19, 2020 at 3:26 pm
Everything we do today is affected by punchcards, and then by COBOL. Look at how 00 programming still assumes a procedural model.
Are you surprised that all animals have DNA? Axle...
November 18, 2020 at 9:35 pm
This does not sound right to me. Usually, renewal/expiry systems like this require a complete date, not down to the microsecond. But that's not what you described. This is just...
November 18, 2020 at 9:15 pm
Viewing 15 posts - 196 through 210 (of 911 total)