Viewing 15 posts - 541 through 555 (of 911 total)
This is what I'm trying to do.
If Caller...
December 19, 2018 at 10:29 am
The ANSI ISO standards have a predicate for this! SIMILAR TO is based on the POSIX version of grep, which means the wildcards are keywords bracketed by colons. We picked it based on...
December 19, 2018 at 9:36 am
December 19, 2018 at 9:21 am
There is no...
November 29, 2018 at 7:21 pm
November 27, 2018 at 7:44 am
>> I have a [JOB] table that may reference multiple objects (by integer ID) each stored in a different table <<
singular table name? This tells us you have...
November 26, 2018 at 2:01 pm
Tables are not sorted, by definition. Queries return tables, by definition. Well, actually that’s not true. I could do a query to produce a non-table by not including a key....
November 26, 2018 at 1:43 pm
josetur12 - Saturday, November 24, 2018 11:36 AM
>> .. insert a row for all employees with out the 'Gift Card" row...
November 26, 2018 at 12:02 pm
I cannot speak for Microsoft, but I certainly hope they never drop the...
November 22, 2018 at 7:06 pm
November 22, 2018 at 6:41 pm
I think it’s an excellent question 🙂, and I wish more people would ask it. The first obvious question is “what the heck is this thing supposed to do?”...
November 18, 2018 at 3:39 pm
Please don't use SELECT * in production code. I also hope you know table is...
November 18, 2018 at 10:56 am
I think you really need to step back and get...
November 18, 2018 at 10:49 am
Viewing 15 posts - 541 through 555 (of 911 total)